I am making a simple application that will download a google map. but the problem is that every time I download this
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
It will not work on my Android emulator, and on the 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 remove the google script map, it will work.
source
share