I'm making a simple app that will load a google map. but the problem is everytime I load this
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
It wont run on my android emulator while on desktop it works fine. how can I let Phonegap or Android allow external scripts to work/load?
UPDATE: I always get this error "Application Error: The connection to the server was unsuccessful.(file///android_asset/www/index.html). But if I removed the google map script. it works.