We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Deprecate this library as it's near impossible to keep up with all the changes to various mobile devices, browsers, and React itself.
This problem is solved in modern devices by adding viewport meta: https://developers.google.com/web/updates/2013/12/300ms-tap-delay-gone-away
The text was updated successfully, but these errors were encountered:
Not solved yet. Safari and Google Chrome on iPad with iOS v12 still are not working without this library.
Sorry, something went wrong.
@aiia, Even with the meta tag? 😢Also, is this specific to iPad, rather than iOS?
Even with css touch-action: manipulation; ( I can't test if this is iOS problem- just have one device
No branches or pull requests
Deprecate this library as it's near impossible to keep up with all the changes to various mobile devices, browsers, and React itself.
This problem is solved in modern devices by adding viewport meta: https://developers.google.com/web/updates/2013/12/300ms-tap-delay-gone-away
The text was updated successfully, but these errors were encountered: