You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
It seems like pointer location on Android is relative to the screen, instead of the element?
I'm listening to pointer events, found locationX & locationY incorrect.
The same code works fine on iOS.
Thanks for the report! This does indeed look incorrect. Krzysztof, I think you had worked on this pointer transformation (raw vs non-raw coords), can you take a look?
Hi,
It seems like pointer location on Android is relative to the screen, instead of the element?
I'm listening to pointer events, found
locationX
&locationY
incorrect.The same code works fine on iOS.
demo reproducing the issue: https://rnplay.org/apps/3nN_Aw
The text was updated successfully, but these errors were encountered: