http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/HandlingEvents/HandlingEvents.htmlhtml
http://lhdst-163-com.iteye.com/blog/1766328web
解决办法: app
在iframe外加一层div,设置样式-webkit-overflow-scrolling:touch; overflow: scroll; htm
让超出div的内容能够经过touch来滚动。 blog
另外,若是iframe的src不是网址,而是本地的html,则须要给HTML的DOM添加监听事件,让html的body能够监听到touch事件,让嵌套的html也能够滚动。 事件