-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable swipe back function #3050
Comments
You can use
then
Scene will be disabled doing swipe back. |
@lupino22 |
Please try to reproduce it with Example project and latest version 4.0.0-beta.40. Feel free to open if the issue still exists |
just put the gestureEnabled={false} in scene tag |
You must use "drawerLockMode='locked-closed' gesturesEnabled={false}" together inorder for the swipe action to be fully disabled
|
using type="replace" |
@adeamos83 Thanks it works |
Worked for me. |
Can you disable Swipe Back gesture on the Class itself? |
Thanks |
Version
Expected behaviour
Disable swipe back function
Actual behaviour
I can't make it work
Steps to reproduce
I have tryied:
but nothing works for me. Can someone help me?
Code:
The text was updated successfully, but these errors were encountered: