Android Webview Not Loading A Javascript File, But Android Browser Loads It Fine
I'm writing an application which connects to a back office site. The backoffice site contains a whole slew of JavaScript functions, at least 100 times the average site. Unfortunate
Solution 1:
Works just great for me. I can see FireBug icon in WebView.
This line is evil, I guess you should remove it:
webview.getSettings().setUserAgentString(OverideUserAgent_IE);
Post a Comment for "Android Webview Not Loading A Javascript File, But Android Browser Loads It Fine"