sencha touch ios8.1 iframe无法滚动

sencha touch ios8.1 iframe无法滚动,iframe,scroll,sencha-touch,ios8.1,Iframe,Scroll,Sencha Touch,Ios8.1,1.sencha touch 2.3.1 2.我使用了iframe,它在IOS7.x上运行良好 3.升级到IOS8.1时,Iframe无法滚动 4.safari中的IOS8.1运行良好,但当发送到主屏幕并打开它时,它无法工作 为什么?是虫子吗 我的iframe代码如下所示: <div style="-webkit-overflow-scrolling:touch;background:url(resources/images/loading.gif) center center no-re

1.sencha touch 2.3.1

2.我使用了iframe,它在IOS7.x上运行良好

3.升级到IOS8.1时,Iframe无法滚动

4.safari中的IOS8.1运行良好,但当发送到主屏幕并打开它时,它无法工作

为什么?是虫子吗

我的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>

尝试设置固定高度。它有用吗

此外,请尝试添加:

overflow-y: scroll; 

这是8.1的一个已知问题。我也在经历同样的事情。令人惊讶的是,iframe scroll在chrome中运行良好,但Safari存在问题