-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
Fix TouchNativeFeedback so that the ripple starts from where a person touches #5400
Fix TouchNativeFeedback so that the ripple starts from where a person touches #5400
Conversation
This is way better... @mkonicek could you cc the best person to look at this? |
+1 |
lgtm! The change in I've just tried in the Ads Manager and the ripples do seem to start at the correct positions though, which is weird? Can you show a screen recording before / after? |
This seems right. I second the screen recording to verify, but otherwise Thanks! |
Thanks! |
@facebook-github-bot shipit |
Thanks for importing. If you are an FB employee go to https://our.intern.facebook.com/intern/opensource/github/pull_request/1564464723844674/int_phab to review. |
48117ce
… touches Summary: It needs the touch coordinates for with-in the element, not for on the page. Closes facebook#5400 Reviewed By: svcscm Differential Revision: D2848834 Pulled By: androidtrunkagent fb-gh-sync-id: 88cf0fd7bd2332eb3db835b26438064412c8358c
… touches Summary: It needs the touch coordinates for with-in the element, not for on the page. Closes facebook#5400 Reviewed By: svcscm Differential Revision: D2848834 Pulled By: androidtrunkagent fb-gh-sync-id: 88cf0fd7bd2332eb3db835b26438064412c8358c
It needs the touch coordinates for with-in the element, not for on the page.