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

"Non-iScroll page not scrolling" fix not really fix #1

Closed giuliano closed 13 years ago

giuliano commented 13 years ago

Hi,

the fix to the non-iscroll pages doesn't work for me. I have a form page without iScroll in a website at this address: http://ppmobile.giusi.org/pp-iphone/static/ that when loaded is freezed and doesn't scroll at all. To be sure I tried to put static html in the page instead of loading the form with ajax but nothing has changed. So i guess is an extension related problem.

DataZombies commented 13 years ago

jqt.bars used e.preventDefault() as per iScroll directions. This is already used in jQT, causing a conflict. e.preventDefault() has been removed from jqt.bars.