iOS swipe back BackHandler question #2227
Unanswered
TepesLucian
asked this question in
Q&A
Replies: 1 comment
-
Nothing currently to disable it, might be able to hack something on the screen the prevents the swipeable? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to disable swipe back functionality on iOS when using
CupertinoGestureNavigationDecorator
on some screens or in some situations? On android adding aBackHandler
blocks the gesture but on iOS it doesn't work - I'm guessing since there's no concept of back. Suggestions?Beta Was this translation helpful? Give feedback.
All reactions