このようなページを UIWebView で開くと、WebView は iframe 内にロードする必要がある URL をロードします。これを変更できますか? つまり、WebView はメイン ページに「とどまり」、iFrame 内に他のページをロードできますか?
MAIN.HTML: (簡略化のために短縮)
<html>
Hello, see the content of the iframe below
<iframe scr=iframe.html />
</html>
問題 - UIWebView は、iframe を含む Main.Html ではなく、iframe.html をロードします。