davebalmer / jo

Jo (0.5.0) is a thin (~16K) candy shell for making HTML5 apps. Jo works with: PhoneGap, Chrome, Safari, Opera, FireFox, iOS, Android, BlackBerry 10, Tizen, & Windows Phone 8+. Features include skinnable UI widgets, a clean event model and a light data layer.
MIT License
1.2k stars 180 forks source link

Turn on native scrolling for iOS6+ #77

Open davebalmer opened 10 years ago

davebalmer commented 10 years ago

Currently using the JS/CSS fallback scroller.

kesne commented 10 years ago

This should be pretty easy to implement. I played around with adding iphone and ipad to the nativescroll checker and things worked out pretty well. There's one issue that's pretty well documented dealing with scrolling in views at the top and bottom. It seems like there's a decently simple way to hack around the issue though, as ScrollFix does it relatively simply.

davebalmer commented 10 years ago

Yup, just have to turn it on. :)