Phonegap iFrame 空白 iOS

Posted

技术标签:

【中文标题】Phonegap iFrame 空白 iOS【英文标题】:Phonegap iFrame Blank iOS 【发布时间】:2013-04-19 13:54:51 【问题描述】:

我在 config.xml 中的 ios 上使用 phonegap 2.6 我有以下内容:

<access origin="*" subdomains="true" />

但是当我使用 iframe 来显示 google.com 进行测试时,它只会显示一个空的 iframe。

<iframe   frameborder="1" src="http://google.com"></iframe>

我在使用 iPhone 5、iOS 6.1.3、Phonegap 2.6 和 Jquery Mobile 有什么想法吗?

【问题讨论】:

我可以让 iframe 显示本地页面,而不是外部页面。 遇到了同样的问题,看我的帖子:***.com/questions/17458909/… 【参考方案1】:

写入你的 config.xml

<allow-navigation href="http://*.website.com" />

它对我有用。

【讨论】:

【参考方案2】:

使用其他网址,因为 google 不会在 iFrame 中打开。

【讨论】:

以上是关于Phonegap iFrame 空白 iOS的主要内容,如果未能解决你的问题,请参考以下文章

Cordova (PhoneGap) 和 iFrame

如何修复 Cordova/Phonegap 中的 iFrame 问题(iOS)?

iOS PhoneGap。防止 iFrame 缓存

嵌入 iframe 中的 phonegap 相机捕获

在 phonegap 应用程序中使用 iframe

PhoneGap 中的 postMessage 不起作用 - iframe 到父消息传递