Ignore swipe when it starts in system gesture insets #234
Loading…
Reference in a new issue
No description provided.
Delete branch "EpicKiwi/swipe_to_action:system-gesture-insets"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System gesture insets should be available for user to swipe for back or other system-wide gestures. Touches in this area should not trigger any in-app actions.
Issue was found in FluffyChat https://github.com/krille-chan/fluffychat/issues/1415 and also found in example app.
I'm kind of new to Dart and Flutter. So I hope this code is ok and don't misses the point. I tested it out and it's working perfectly on my Pixel 4a with Android 12.