Skip to content
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

Implement onTouchEvent to save text. #13

Open
dennisguse opened this issue Mar 27, 2014 · 0 comments
Open

Implement onTouchEvent to save text. #13

dennisguse opened this issue Mar 27, 2014 · 0 comments

Comments

@dennisguse
Copy link
Owner

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

@dennisguse dennisguse added this to the 2.0: Touch-screen compability milestone Apr 10, 2014
@dennisguse dennisguse removed this from the Touch-screen compability milestone Sep 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant