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

Scroll Event is not fired, when flicking #23

Open fabianmichael opened 12 years ago

fabianmichael commented 12 years ago

The optional DOM scroll event is only fired, as long as the user touches the device or the mouse button is being pressed. But if the user "swipes", the content continues to scroll after the finger movements has ended . This is problematic when you rely on the scroll event. The Behavior should the same as on a MacBook Trackpad (or Magic TrackPad), where scroll events are thrown until scrolling has stopped entirely.