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>