-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Android: Svg elements are inside of a PanResponder don't update event.nativeEvent.location #376
Comments
We're developing a prototype app that uses Victory Charts and is affected by this issue. It affects several of the best features of Victory Charts including cursors and scrollable charts. |
I have a similar issue. I have a panresponder on a View which contains an SVG. in |
Maybe its related to #433 ? |
This may be of interest: |
I think I might have fixed the issue now, can you try with the latest commit from the master branch? |
Closing because of inactivity. |
Is this fixed? Zoom still doesn't work for Victory Native Zoom container. Unable to Zoom Out of Line graph. |
Can you make a repro? |
This is a repr code.
|
Were you able to reproduce the issue? |
This may be related to #363, but I wasn't sure so I'll file a separate issue.
When Svg elements are inside of a PanResponder,
onPanResponderMove
'sevent.nativeEvent.locationX
(and Y) do not change for Android, but do for iOS. Demo:The text was updated successfully, but these errors were encountered: