I am developing an iPad html5 webpage that should display pages from a different source (different domains).
I load these pages in an iframe and scroll through the iframe using the new iOs5 scroll, as shown in the code below.
<div id="myDiv" style="height: 1185px; width: 100%; overflow:scroll; -webkit-overflow-scrolling: touch;"> <iframe id="myIframe" src="http://http://css-tricks.com/forums/discussion/11946/scrolling-iframe-on-ipad/p1"></iframe> </div>
The problem is that the off-screen iframe content does not become visible when scrolling to it (the frame is empty).
How can I solve this problem and provide a scrollable iframe solution?
ios iphone scroll ipad iframe
roee Jan 18 2018-12-18T00: 00Z
source share