Currently, WKWebView does NOT support loading local file with URLRequest. Details can be read at: this link here
I tried to create a workaround by reading my local html file and use webView.loadHTMLString
to manually tell web view to render.
How to I know if webView
has loaded with HTML, as if I check webView.URL
to see if it has loaded with an URL.
I truly appreciate your help!