List swipe and tab swipe

0
Hi, I have a situation where I have tabs and withing most of tabs there is always a listview. Problem is that I want to have both tab swipe and list view swipe, however they interfere each other. When you pull list view swipe left to delete the item for example, tab swipe also activates and switches tab. What would be the way to solve this ? Can they even co-exist ?
asked
1 answers
1

Hi Miha, I suggest you remove the tab swipe widget from your page and only use the list view swipe. Then for the tabs the end-user is required to tap the proper tab page, however every listview within that tab works the same i.e. swipe left to delete.

answered