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

Touch is too sensitive in Android Firefox #5

Open
kornelski opened this issue Jan 13, 2014 · 3 comments
Open

Touch is too sensitive in Android Firefox #5

kornelski opened this issue Jan 13, 2014 · 3 comments

Comments

@kornelski
Copy link
Owner

Firefox is copying a scrolling quirk/bug from WebKit, but has touch more sensitive than WebKit:

https://bugzilla.mozilla.org/show_bug.cgi?id=653009

http://lists.w3.org/Archives/Public/www-dom/2014JanMar/0015.html

If I can't get spec and browsers to change, I'll have to work around it, sigh ;)

@TNT-RoX
Copy link

TNT-RoX commented Aug 6, 2014

@kornelski
Copy link
Owner Author

Thanks for the tip. That's a brilliant workaround, but it's also quite hacky. I'm a bit worried it could cause problems.

@TNT-RoX
Copy link

TNT-RoX commented Oct 2, 2014

@pornel Not sure how useful this will be to you, but another method to try is to toggle pointer-events on your scrolling element instead of preventdefault which will stop sending touch events to webview. I think I should write a shim for this too :) "hacky" code is more stable now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants