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

about tabbar #47

Closed kimdwkimdw closed 13 years ago

kimdwkimdw commented 13 years ago

When scroll is disabled in tabbar, it need to be fast.

How about making fast_tabbar option?

jQT.barsSettings = { autoLoad_iScroll: true, debug: true, fast_tabbar : false, wrapperClass: 's-scrollwrapper' };

// tabbar touches if ( fast_tabbar ) new NoClickDelay(this); $(this).click(function () { ...... });

http://cubiq.org/remove-onclick-delay-on-webkit-for-iphone

DataZombies commented 13 years ago

You can toggle this with jQT's newly exposed useFastTouch function.

kimdwkimdw commented 13 years ago

but, "useFastTouch" actually not working

DataZombies commented 13 years ago

I've implemented jQTouch r166. useFastTouch is now active on this repo.