1

我创建了一个 Sencha Touch 2.0 应用程序,它需要在 IFRAME 中使用 google 查看器打开文档。这些文件在桌面浏览器和黑莓中都可以正常打开。但它会强制 iOS 中的浏览器崩溃。这是我在 sencha 面板中使用的嵌入式 src Iframe:

<iframe 
src="https://docs.google.com/viewer?url=https://betagalaxy.classlink.net/Files/Chemistry%20-%20Carbon%20Rings%20v1.ppt&embedded=true" />
</iframe>

有人用 Sencha Touch 遇到过同样的错误吗?有什么解决办法吗?

4

1 回答 1

1

尝试使用嵌入而不是 iframe,这是我的解决方法,到目前为止

<embed src="https://docs.google.com/viewer?url=https://betagalaxy.classlink.net/Files/Chemistry%20-%20Carbon%20Rings%20v1.ppt&embedded=true" ></embed>
于 2012-08-08T17:24:35.000 回答