SwipeView doesn't work if it is inside a TabView with EnableSwiping="true"

XamarinForms SwipeView doesn't work in iOS if using inside a TabView with EnableSwiping set to true, but it works nice on Android


1 Reply 1 reply marked as answer

RS Ruba Shanmugam Syncfusion Team September 12, 2022 12:36 PM UTC

Hi Felipe,


Query: SwipeView doesn't work if it is inside a TabView with EnableSwiping="true"


We have checked the reported issue in iOS. In the source, we have used the native touch to change the selected index. If we swipe the SwipeView the touch was called in the TabView also and the item was changed. We have ensured the same behaviour with the default Xamarin CarouselView and it SwipeView also not working in iOS. We have implemented the same concept in iOS. In future, we will consider the multiple swiping support view and share the details.


Regards,

Ruba Shanmugam


Marked as answer
Loader.
Up arrow icon