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 independence. > > On Android we do the following: > We created a webview which downloads an HTML5 webpage from a server. The > HTML5 file includes round about 40 JavaScript files. But somehow in the > middle of downloading the JavaScript files the WebView simply stops. > Therefore 'window.load' is not called and our JavaScript will never > execute. This only happens on Android 3.x and 4.x. On Android 2.x (as well > as Safari and Chrome (Desktop) and all iOS devices) it works without any > problems. I downloaded Chrome for Android 4.x and used its remote debugging > capabilities. It shows the same behaviour: It starts downloading the > JavaScript files and stops somewhere in the middle. It does not seem to be > up to a specific file though. Chrome stops on random files. > > At the moment this really stops us from developing for Android. We bought > several devices (e.g. Galaxy S3) for testing, most of them equipped with > Android 3.x and 4.x. > > I highly appreciate any hint in to the right direction to make it run. Any > hint or workaround is very welcome. Even if we need to "adapt" our server > for Android. > > Thanks > René > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

