【发布时间】:2013-02-01 23:18:30
【问题描述】:
在 UIWebView 中打开这样的页面会导致 WebView 加载应该在 iframe 中加载的 URL.... 可以更改吗?即,WebView 是否可以“停留”在主页上,并在 iFrame 中加载其他页面?
主.HTML: (为简单起见缩短)
<html>
Hello, see the content of the iframe below
<iframe scr=iframe.html />
</html>
问题 - UIWebView 将加载 iframe.html,而不是 Main.Html,其中包含 iframe。
【问题讨论】: