-
Notifications
You must be signed in to change notification settings - Fork 47.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
TapEventPlugin sending tap to wrong element in Chrome for Android #2199
Comments
I made a JSFiddle (source, demo) to test how this behaves in vanilla JavaScript across Android and iOS. In both cases, if you place something under the user's finger in a I haven't yet tested Safari to see why |
From the spec:
ಠ_ಠ |
This is a frustrating side-effect of #2061. As the fix for that will likely fix this as well, I'm closing this issue. |
I'm using
TapEventPlugin
to open a drawer when you tap an icon. After you tap, the icon is covered with a scrim that will close the drawer if you tap it separately.On my Chromebook Pixel touchscreen and on an iPhone, this works splendidly. On my Nexus 5, the icon is getting a touchtap while my finger is still touching it. Then, when I lift my finger, it sends another tap to the scrim, which closes the drawer.
Here's a sample repo that demonstrates the bug. I'll see if I can isolate the root cause and send in a PR.
This is most likely related to #2061.
The text was updated successfully, but these errors were encountered: