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
Please help me on it.