scottjehl / Device-Bugs

Just a collection of quirks and issues that occur on browser platforms (particularly those unlikely to update)
863 stars 19 forks source link

Android (2.0+ [at least]) touchmove event not fired without touchstart preventDefault() #9

Open peol opened 12 years ago

peol commented 12 years ago

This is a long-standing issue with the native browser in Android.

Basically, you have to disable the native scrolling to get touchmove events (except for like 2-3 before it stops, I guess when the native scrolling kicks in).

Example here: http://jsfiddle.net/AtLPG/5/ Issue: http://code.google.com/p/android/issues/detail?id=5491

It's still present in ICS (4.0)

TNT-RoX commented 10 years ago

shim @ https://github.com/TNT-RoX/android-swipe-shim