I am using Angular-google-map lib in my app, works fine with internet access, but once I disable the internet access, the app won’t start, the log shows the Angular failed to load the Angular-google-map module ‘google-maps’, because its loading remote google map libs, is there are way to solve this or I should be using the phonegap google map lib like this one: https://github.com/wf9a5m75/phonegap-googlemaps-plugin/
When there is no internet it cannot find it so the module failed load, and the app shows me a black screen with following logs, but now I downloaded this file to my app, and still not working.
Oye I get the same error when I start the app for the first time after deploying without a connection, seems the first time the app is started a proper connection is needed I think that after that it will cache the files needed for the library to load.