WKWebVIew does not load local Javascript files through HTML file.

I have a very simple requirement of loading Javascript files through HTML file on my iOS application. I have copied files into my Xcode project and able to load forms by using UIWebView. But if I run same thing using WKWebView then the page keep on loading. It does not display the form. Are there any bug fixes going for WKWebView? I tried same in iOS 9.0, 9.3 and 10.3 versions.

I have described in detail about the issue in below link

https://stackoverflow.com/questions/45371386/load-javascript-files-through-html-file-on-wkwebview-in-ios

Please help me on it.

WKWebVIew does not load local Javascript files through HTML file.
 
 
Q