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 area shorter than content length #25

Open cepheids opened 12 years ago

cepheids commented 12 years ago

Results in content truncated. Truncated region can sometimes be accessed by flicking down from the top. But when a touch is registered on truncated regions, it will snap back to the top, and subsequent scrolling fails.

This behavior is observed in the demo as well: http://static.uxebu.com/~david/touchscroll/alpha/

This is observed on iphone4 safari browser, latest update (as of dec 2011), and on chrome (desktop).