Load local Html file doesn't refer the js file in UIWebView
- by Hero Vs Zero
I am working with UIWebView project and I want to load an HTML file from a project resource. It is working fine when I run from the URL, but when I view the HTML file locally, JS files are not loaded. Loading the local HTML local file doesn't refer to js files in UIWebView.
Here's my code to load the HTML file project local resource and does't…