iframe in ipad safari

http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/HandlingEvents/HandlingEvents.html


http://lhdst-163-com.iteye.com/blog/1766328


解决办法: 


在iframe外加一层div,设置样式-webkit-overflow-scrolling:touch; overflow: scroll; 


让超出div的内容可以通过touch来滚动。 




另外,如果iframe的src不是网址,而是本地的html,则需要给HTML的DOM添加监听事件,让html的body可以监听到touch事件,让嵌套的html也可以滚动。 


你可能感兴趣的:(Safari)