GiampaoloGabba / Xamarin.Plugin.SharedTransitions

Shared Element Transitions between pages in Xamarin.Forms (IOS/Android)
MIT License
414 stars 57 forks source link

Go back default Gesture in iOS is lost #66

Open pedroasconde opened 3 years ago

pedroasconde commented 3 years ago

While using the SharedTransitionNavigationPage as the App.Current.MainPage, we loose the ability in iOS to swipe gesture from left to right in pages that do not use the SharedTransition.

Is it possible to keep both gestures (default one where SharedTransition isn't used)?