Skip to content

Conversation

@coado
Copy link
Contributor

@coado coado commented Aug 30, 2024

Description

The PR fixes the issue mentioned here about the incorrect absolute positions on touch events. The view transformations should not affect the absolute position of the touch, so the source event should also be passed to gesture handlers and used for calculations. It applies to ACTION_DOWN, ACTION_MOVE, and ACTION_UP motion events.

Test plan

I've checked on android device for repro provided in the above-mentioned issue with some scroll offset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

onTouchesMove reports invalid absolute position values during pinch gesture

3 participants