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
On touch screen only devices dblclick is not available and ontouchXXX must be used. See http://www.w3.org/TR/touch-events/
A solution might be to adapt by checking for double tap on our own: http://stackoverflow.com/questions/10614481/disable-double-tap-zoom-option-in-browser-on-touch-devices
Or disable zoom: http://updates.html5rocks.com/2013/12/300ms-tap-delay-gone-away
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On touch screen only devices dblclick is not available and ontouchXXX must be used.
See http://www.w3.org/TR/touch-events/
A solution might be to adapt by checking for double tap on our own: http://stackoverflow.com/questions/10614481/disable-double-tap-zoom-option-in-browser-on-touch-devices
Or disable zoom: http://updates.html5rocks.com/2013/12/300ms-tap-delay-gone-away
The text was updated successfully, but these errors were encountered: