Disabling iOS swipe back gesture when using Page Navigation #3170
Replies: 1 comment
-
Well, it turned out it wasn't the navigation that caused our issues, but the FlyoutPage. FWIW: We disabled the gestures on it completely.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using Prism Page Navigation in our .NET MAUI app and it works great, however, in one of our Page we need to disable the swipe back gesture of iOS.
So far, we tried those approaches outlined here:
We don't have a UINavigationController nor Shell, but we have a PhoneFlyoutPageRenderer when calling Platform.GetCurrentUIViewController(). The default "< Back" button should still be working.
Beta Was this translation helpful? Give feedback.
All reactions