-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
Changed behavior of two finger swipe gesture #5908
Comments
related comment: #5844 (comment) ("shove" is that two-finger tilt action AFAIK) |
So, the issue is that the rotate gesture is too sensible, i.e. rotation is detected before shove. I experimented with setting the I was unable to find a value that would always shove when I wanted it to shove and would always rotate when I wanted it to rotate.
Given that I also doubled the sensitivity of the rotate gesture detector in frame of the issue linked above, it makes sense to also double the sensitivity of the shove gesture, as these both gestures are mutually exclusive. So, with 8dp threshold it is more likely to accidentally trigger the rotate gesture over the shove gesture, which is fine, because rotate is what users do usually more often than tilt. |
Thanks! |
I can confirm that it's fixed :) Behavior is still a bit different, but it's now possible to consistently tilt without causing weird jittery rotations! |
I noticed that there's a difference between 58.22 and 59 in terms of interpretation of the two finger gesture:
In 58.22 the interpretation is very relaxed, you can pan with one finger and add a second one after a second to tilt.
In 59 both fingers need to be put on screen basically at the same time, otherwise the view will jitter weirdly back and forth between map rotation inputs of both fingers.
This makes it pretty hard for me, without an motion disabilities, to tilt on the first try. I can basically only do it with two thumbs, otherwise I can't seem to put my fingers so well times on the screen.
This is probably an even more noticeable issue for anyone with motion disabilities using the app.
Screenshots
New behavior:
https://github.com/user-attachments/assets/4fe7926b-0849-4eb4-8d42-a7ed272ced8a
Old behavior:
https://github.com/user-attachments/assets/c2dd9af2-8da1-4154-b475-2b1a094810a4
How to Reproduce
Expected Behavior
The old behavior was excellent, it should be kept.
Versions affected
Android 12
SC 59
The text was updated successfully, but these errors were encountered: