-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[ios] Improve tilt gesture recognizer detection. #15349
Conversation
eca8c6b
to
6f853c6
Compare
|
How does this improve tilt gesture recognition?
This pr tries to avoid the accidental trigger. Why did you take this approach?
We need to write tests to verify the new(?) behavior before this can be accepted. |
Tried this out with @fabian-guerra just now and the main issue we saw was that a two-finger sideways (e.g., 90°) drag will now trigger the tilt gesture, when it should instead be recognized by the pan gesture (as it was previously). |
bb35655
to
f71efd5
Compare
f71efd5
to
57e6623
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looking forward to playing with this more!
Fixes #11982