Skip to content
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

PanResponder is not working with scale/zoom #2619

Open
1 task done
MaxGfeller opened this issue Dec 12, 2023 · 0 comments
Open
1 task done

PanResponder is not working with scale/zoom #2619

MaxGfeller opened this issue Dec 12, 2023 · 0 comments
Labels

Comments

@MaxGfeller
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Describe the issue

When using a PanResponder in a scaled view (either using transform: scale(...) or zoom properties), the event's locationX property is off.

Expected behavior

Calculating the locationX property should always be relative to View's actual dimensions.

Steps to reproduce

  • Open the linked CodeSandbox reproduction and open the browser console. When clicking any number, it should log the selected number (based on the locationX and the width of the container view) to the console
  • In the container view, uncomment either transform or zoom
  • When clicking on any number now, you'll see that those are off, and when clicking right next to the right border, the locationX is about half of width.current

Test case

https://codesandbox.io/p/sandbox/silly-fire-hm63nd

Additional comments

No response

@MaxGfeller MaxGfeller added the bug label Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant