我有一個IOS應用程序需要在應用程序內的iframe中加載一些外部URL。iframe在手機上的問題
我的代碼看起來像
<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 error -999。)「
我無法加載外部URL
誰能幫我解決這個
這工作正常,我在PhoneGap的-2.3.0。經iPhone測試 – gviswanathan
谷歌不允許x-frame含義您無法將google加載到iframe中。 – Blynn