Context: I'm creating an application that allows the back office system to access android information and vica-verca. However the backoffice system contains huge amounts of javascript that need to be loaded. Because the backoffice is a 'backoffice' I can't give just anyone access. So I decided to use the FireBug Lite as testing, its a considerable amount of JavaScript and the same effect occurs.
Problem: The Andorid Browser loads the FireBug Lite from the page http://kscserver.com/main-leap-slim.html but my application's WebView does not display the lite bug. In both the Test Maps, work. They both appear to create the pop up for viewing a map without a problem. The map is considerable a smaller file. Just in case your wondering, the FireBug Lite works and is fully functional in the Android Browser. Theory: I'm assuming somewhere the browser has a higher priority of something than my application is set. Maybe it has better access to load JavaScript in memory, I don't know. All I know is that the JavaScript of my webview is enabled but I can't get it to load the complicated JavaScript objects that the Browser is loading. Additional Info: I've posted a StackOverflow Question that contains a screen shot and a good recent version of my source code, http://stackoverflow.com/questions/2968936/android-webview-not-loading-a-javascript-file-but-android-browser-loads-it-fine. Any help you can give me with be to help me diagnose this problem will be greatly appreciated. Thank you, TSPT. -- 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

