1.触觉2.3.1
2.我使用了iframe,它在IOS7.x上运行得很好
3.升级到iOS8.1时,Iframe无法滚动
4.IOS8.1在safari中运行良好,但是当发送到主屏幕并打开它时,它无法工作.
为什么?是虫子吗?
我的iframe代码如下:
<div style="-webkit-overflow-scrolling:touch;background:url(resources/images/loading.gif) center center no-repeat; height:500px; overflow: auto;">
<iframe src="/abc.html" width="100%" height="100%" frameborder="0" >
</iframe>
</div>发布于 2014-10-27 23:51:12
试着设定固定高度。它起作用了吗?
此外,尝试添加:
overflow-y: scroll; 敬你的身躯。
发布于 2014-10-28 14:30:26
这是一个已知的8.1问题。我也在经历同样的事情。令人惊讶的是,如果在铬卷轴工作良好,但Safari有问题。
http://www.applevis.com/blog/apple-ios-news/accessibility-fixes-and-improvements-ios-81
https://stackoverflow.com/questions/26583889
复制相似问题