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
Post a Comment