You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android 10 introduces the WindowInsets.getMandatorySystemGestureInsets() API, which informs apps of the touch recognition thresholds.
If I understand correctly, it's possible for an app to know the exact size of the area in which the home screen gesture can be triggered. It should be the same as shown here in the settings:
I think one way to fix this problem would be to disable toolbar gestures in that area, so they don't activate when someone uses the home gesture.
Preliminary checklist 5/5
Flags:
Describe the bug
I have gesture navigation enabled on my device. In order to go to my home screen, I have to swipe up from the bottom of the screen.
This conflicts with the swipe up gesture on Cromite's toolbar when the toolbar is at the bottom of the screen.
Every time I go to my home screen, the tab view opens unintentionally.
Recording.mp4
Steps to reproduce the bug
Cromite will open the tab view before it's getting minimized.
Expected behavior
The home screen gesture of my device should be prioritized and it shouldn't trigger Cromite's toolbar gestures.
The text was updated successfully, but these errors were encountered: