What steps will reproduce the problem?
1. click on the link
2. slide to the next page
3. slide doesn't work (with iphone sdk simulator, but the slide works with safari)
What is the expected output? What do you see instead?
i see no slide, no next page
What version of the product are you using? On what operating system?
- iscroll 3.7.1
- jqtouch
- simulator 3.0
- Xcode 3.1.3
Please provide any additional information below.
the link works with safari but not with the simulator.
when i delete "<script type="text/javascript" src="iscroll.js?v3.7.1"></script>" the slide works with the simulator but not the scroll. maybe iscroll and jqtouch are not compatible or i made a big mistake ;) i don't know.
to function: "touchStart: function(e)" line ~ 219 add: // Do not scroll if link clicked if(e.target.parentNode.nodeName == 'A') return;