-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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]timestamp in gesture event different from iOS #8104
Comments
It would be awesome if you can send a PR by changing both to |
1. fix android gesture problems due to [issue](facebook/react-native#8104) 2. make pixels prop optional on RN0.28 and above
Related #4627 |
The timestamp accuracy will be fixed with this pull request #8199 |
@0rland0 There was a PR, but I don't think it's active. Send a new PR please :) |
Ok I will try to do that. |
Does this issue really still exist? I just did some debugging on the PanResponderExample which uses touch events. On Android AND iOS I could access the timestamp of the touch event with |
@0rland0 My test code snippets:
output: |
The naming on Android has been changed to timestamp (iOS style) in this commit: 8aeeb4d It's already on master. |
Two problems:
Those problems force us to check the platform when using the timestamp, which could be avoided.
The text was updated successfully, but these errors were encountered: