使用phonegap显示iframe

时间:2014-03-19 06:08:48

标签: ios cordova

我正在尝试使用ifg使用phonegap for ios,这是我使用的代码,在android中运行正常但不在ios中,任何想法如何显示iframe?

<iframe src="https://www.google.com/" style="border:0px #FFFFFF none;" name="myiFrame" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="70%" width="100%"></iframe>

1 个答案:

答案 0 :(得分:0)

你有没有设置

<access origin="*" />

在config.xml文件中?

也许你必须设置

OpenAllWhitelistURLsInWebView: YES
ExternalHosts: *

在Cordova.plist文件中。