Block hand gesture controls (swipe right/swipe left) #670
-
|
I have a quick question: Is there a way to block swipe right or left gestures while using the main or sub editors? I’m encountering an issue where drawing near the edge of my phone activates the swipe gesture to exit, causing me to lose my work. Is it possible to prevent this so the sub editor never closes unexpectedly? I have already tried using onWillPop at the top level, but it did not work ;(. thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Yes, in version |
Beta Was this translation helpful? Give feedback.
Yes, in version
11.7.0you can now setenableGesturePoptofalsein every subeditor config file to disable this behavior. Keep in mind that disabling the predictive back swipe gesture will also disable the hardware back button.