-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
Discuss OnTouchTap Dependency #5522
Comments
We have removed the onTouchTap dependency on the |
Could this explain: #5527 ? At least at the iOS side that they removed the delay, thus creating an issue with the now unneeded onTouchTap? |
@BlockChange I couldn't reproduce your issue on my iOS simulator using the docs site. I'm closing this issue. |
@oliviertassinari this happens for me using mui 16.4, react 15.4.0 on iphone 7+ ios 10 chrome 54. |
I unfortunately have to use onTouchTap because my appBar uses two different left icons and the appBar component checks for onTouchTap as a prop. |
I just ran across this comment, facebook/react#6221 (comment), regarding changes to mobile Chrome & Safari about removing tap delay. Should the requirement go away or should it still wait for React 1.0?
The text was updated successfully, but these errors were encountered: