What steps will reproduce the problem?
I have a setup similar to this:
<div id=wrapper style="overflow:hidden;position:absolute;width:900px;height:700px">
<div id=scroller style="position:relative;width:900px">
<iframe id=sitecontent src="content.htm" width=900></iframe>
</div>
</div>
In javascript:
- disable touchmove event on sitecontent frame thru preventDefault method
- call iScroll('scroller')
What is the expected output? What do you see instead?
Cannot scroll the content area with either 1 or 2-finger gesture.
What version of the product are you using? On what operating system?
Have tried with both 3.x and 4.x of iScroll, on iPad with iOS 4.
Please provide any additional information below.
the scroller DIV is positioned relative, not absolute, because when absolute is used the iframe content doesn't appear
I have also tried disabling touchmove at document level, and it made no difference