ios - WKWebView load HTML string with local resources -


wkwebview not displaying html string local resources (file:// scheme) using loadhtmlstring:baseurl: method. however, html string displayed correctly when tried uiwebview. how can make wkwebview render correctly?

here example of html string:

<html> <body> <iframe src=file:///var/mobile/containers/data/application/6bfc9180-2561-4482-9b88-90f23742361b/library/caches/myapp/iframe.html frameborder=0/> </body> </html> 


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -