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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -