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 elements smaller than the viewport #10

Open chrisdrackett opened 13 years ago

chrisdrackett commented 13 years ago

This isn't a huge issue, but I thought I would bring it up regardless.

On the iphone/ipad (not sure about andriod, I don't have a test device handy) even if a page is smaller than the viewport its possible to scroll the page. I think it would be nice to at least have the option for this in touchscroll to get the behavior closer to native.

davidaurelio commented 13 years ago

Ok, this shouldn’t be too hard. Maybe I’ll make it configurable, because sometimes scrollable areas shouldn’t be scrollable when not necessary. I’ve made progress with the rewrite on the last weekend, so there’s hope I can focus on the issues list soon :-)