2

在 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。

4

1 回答 1

0

Maybe you could download page and then feed UIWebView with string?

于 2013-02-01T23:23:43.493 回答