Logcat from eclipse Error .
code
10-31 15:36:43.388: D/CordovaLog(10250): file:///android_asset/www/Splash.html: Line 1 : Uncaught ReferenceError: google is not defined
/code
This only happens when App is run in flight mode(No Network).
Otherwise the App functions perfectly w/o network.
Is there a way to prevent this error?
I'm assuming its due to a script failing to load. This one..
code
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true">
</script>
/code
Obviously I don't need the mapping to work if there is no cel service.
Should I just Ignore this ?
Thanks