我有一个 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。)”
我无法加载外部网址
谁能帮我解决这个问题