Hi,
I have a user interface requirement which I am using sfTabView for - we have enabled horizontal swiping to allow the switching of tabs. On one of the tabs we also have a horizontal sfListView. What I would like to happen here is as follows:
1) When the user swipes horizontally in the tab (but not in the list view) I want the tab control to switch tab.
2) When the user swipes inside the sfListView, I want the listview to scroll but not the TabView.
The above behavior works well on iOS, but I am seeing different behaviour on different Android versions. On some versions it works fine, on others (7.1 with API Level 24 for example) it doesn't - in this case swiping horizontally on the list view actually switches tab and doesn't interact with the list view at all.
Should I be able to achieve my requirements using the Syncfusion controls? or am I trying to do something that is not supported?
Thanks
Chris