You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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 ;)
The text was updated successfully, but these errors were encountered: