I am developing an app (phonegap) with google maps integration.
When the phone dont have internet connection the google libraries dont load.
This is a problem because this libraries are loaded on index.html but its never loads again and maps never are showed until the user restarts the app (killing it and started again).
Is any way to force all app loading? (this app is loaded in phonegap).
Thanks