在UIWebView中打开这样的页面会导致WebView加载在iframe中加载的URL ....可以更改吗?即,WebView可以“停留”在主页面上,并将其他页面加载到iFrame中吗?
main.html中: (为简单起见缩短)
<html>
Hello, see the content of the iframe below
<iframe scr=iframe.html />
</html>
问题 - UIWebView将加载iframe.html,而不是Main.Html,其中包含iframe。
答案 0 :(得分:0)
也许你可以下载页面然后用字符串提供UIWebView?