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

When navigating between pages using the bottom tabbed bar on Android 2.1... #16

Open alicebartlett opened 13 years ago

alicebartlett commented 13 years ago

When moving between views using the bottom menu (for example moving from the 'Horizontal' page to the 'About' page) if the scroll bar is present on the first page it disappears on the second but the page height remains the same leaving a white gap at the bottom of the page. I think this problem could be gotten around by using phonegap (or similar) but it would be good if this worked on Android as it does on iphone.

davidaurelio commented 13 years ago

I’ll have a look into it, thank you for reporting