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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -