3

我有一个 IOS 应用程序,它需要在应用程序内的 iframe 中加载一些外部 url。

我的代码看起来像

<body>

    <iframe width="560" height="315" src="https://www.google.co.in/" frameborder="0" allowfullscreen></iframe>
<div class="footer"></div>

</body>

科尔多瓦 plist:

OpenAllWhitelistURLsInWebView: YES
ExternalHosts: *

但是每当我尝试加载页面时都会出现错误

“无法加载网页并出现错误:操作无法完成。(NSURLErrorDomain 错误 -999。)”

我无法加载外部网址

谁能帮我解决这个问题

4

1 回答 1

1

更新你的 config.xml

<access origin="*" />
于 2014-03-09T16:25:22.540 回答