DataZombies / jQTouch

jQT extensions jqt.activityIndicator, jqt.bars (with numeric badges), jqt.checkGroup & jqt.segmentedControl.Get updates via Twitter http://twitter.com/HeadDZombie. If you find this fork useful please make a donation via PayPal (http://tinyurl.com/2fpmx27). See below for demo links.
MIT License
159 stars 34 forks source link

Tabbar positioning bug #91

Closed gregbacchus closed 11 years ago

gregbacchus commented 11 years ago

line 57 of jqt.bars.css should be

position: fixed;

DataZombies commented 11 years ago

Position: fixed doesn't work on any pre iOS 5 install. I'm currently working on updating my fork to SenchaLabs master and including both the iScroll and position: fixed solutions.