twbs / ratchet

Build mobile apps with simple HTML, CSS, and JavaScript components.
http://goratchet.com
MIT License
14.63k stars 1.45k forks source link

Swiping up on a page not containing a list causes tab bar to disappear #87

Closed shahruz closed 12 years ago

shahruz commented 12 years ago

Can be reproduced by opening the Settings tab on the Movie finder example and swiping up. Tested on iPhone 5 and iPad, both running iOS 6.0.1.

dhg commented 12 years ago

An unfortunate symptom of the way iOS implements that stretchy scrolling. Not sure if there's anything we can do for that. Will double check, but I think this is just a reality of Ratchet being in the browser.

dhg commented 12 years ago

Yeah - unfortunately the way we set up a Ratchet page means the bottom of the viewport can be pulled up to crop the bottom of the page. Fortunately, this will only happen if someone actively pulls up after reaching the complete bottom of the page and won't happen solely through acceleration.

I will continue to think about a solution for this as we develop, but not actively a bug we can address. Thanks for submitting the issue though!