alexrainman / CarouselView

CarouselView control for Xamarin Forms
MIT License
436 stars 178 forks source link

IOS: swipe right #577

Closed csk1nner closed 3 years ago

csk1nner commented 4 years ago

Hello there!

Great tool. I'm running into a problem with IOS (xamarin.forms) and a left swipe (move back). When the back swipe is used sometimes the page navigates back as opposed to the carousel control. I've solved the problem by using: https://xamarinhelp.com/xamarin-forms-back-navigation-pitfalls/ - Is there a way to prevent the event from bubbling up except on the first page of the carousel?

alexrainman commented 3 years ago

It is a Xamarin.Forms issue so, can't help in that case.