[android-developers] Re: WebView in Andoird 3.x and 4.x does not load JavaScript files

2012-07-12 Thread Pent
Are you seeing any lines written in the LogCat (generated by the browser) that could indicate what is going on? Also, try set a WebChromeClient on the WebView and override onConsoleMessage. On the other hand, I've been working with WebView and JS for the last few weeks and it's often

[android-developers] Re: WebView in Andoird 3.x and 4.x does not load JavaScript files

2012-07-12 Thread rhansen
Thanks for your anwsers, @MathieuB Yeah, this would be an option for testing but not for the final release. At least I will try that although its some effort. @Streets Of Boston Unfortunately the LogCat does not show anything suspicious. I have overriden almost all functions of WebView and

[android-developers] Re: WebView in Andoird 3.x and 4.x does not load JavaScript files

2012-07-11 Thread MathieuB
Do you absolutely need to load the files from a server? You could put them in the asset folder. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Re: WebView in Andoird 3.x and 4.x does not load JavaScript files

2012-07-11 Thread Streets Of Boston
Are you seeing any lines written in the LogCat (generated by the browser) that could indicate what is going on? On Wednesday, July 11, 2012 9:37:27 AM UTC-4, rhansen wrote: Hey, We are currently developing an app by using HTML5, JavaScript and CSS in order to have some platform