Tab swipe could not be added to tab control

0
I am trying to implement tab swipe in mendix for mobile which is available here: https://appstore.home.mendix.com/link/app/78620/ But after adding the widget in tabs, swipe functionality is not working at all. So, if anybody can guide me to implement this functionality ?
asked
2 answers
2

You can try to add a container to the region where there's data and set the height of the container with css, i.e. height: 100vh;

answered
0

Now I am able to add tab swipe. But I can see that this works only for region whee there is data. Like in case of grid view the swipe works in the region where grid is populated otherwise it does not work in empty space of the page. Does any one know how can I implement tab swipe through out the page irrespective of availability of data.

answered