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

Can't get scrolling to work #95

Open steveddaniels opened 11 years ago

steveddaniels commented 11 years ago

Scrolling does not work at all in neither my app nor your demo - divs of class 's-scrollwrapper' do not scroll.

I did edit your code a bit, so this may be a related issue. I found that 'jqt.bars.js' references 'dist/iscroll-min.js' in iScroll. However, iScroll has neither a 'dist' directory nor a '-min' version of the file, so it was throwing errors in both my app and the demo. I swapped out for 'src/iscroll.js'. Is this correct?

fidoboy commented 11 years ago

+1 on this issue, can't get scroll working. There is no console errors but it just doesn't work. Any ideas?