davidaurelio / TouchScroll

TouchScroll is a JavaScript- and CSS 3-based scroller for devices using Webkit Mobile. It is meant to mimic “native” scrolling feeling and behavior as much as possible.
http://uxebu.com/blog/2010/04/27/touchscroll-a-scrolling-layer-for-webkit-mobile/
BSD 2-Clause "Simplified" License
474 stars 61 forks source link

Scrolling hangs on Android if a flick is interrupted #15

Open alicebartlett opened 13 years ago

alicebartlett commented 13 years ago

If a touch is made following a flick then the scrolling hangs on Android 2.1. This happens only if the fling animation is still occurring, and causes a problem when the fling would ordinarily be followed by a snapback as the fling has gone off the screen.

It's a bit difficult to explain but very easy to replicate on a handset running Android 2.1.

davidaurelio commented 13 years ago

Thanks for reporting … I think I will come up with a different scrolling solution for android with the same API working with scrollLeft/scrollTop. That would solve a lot of Android-specific problems.