How to load external JS files

I want to create an app that is able to use Google Maps, but when I add and I debug it with Remote Debugging in Android it returns an error (Failed to load resource: the server responded with a status of 404 (Not Found) https://maps.googleapis.com/maps/api/js?key=MY_KEY).
Every JS that is not stored into the app is not loaded and I don’t know why. Sorry for my bad English but I’m not native, all advice welcome.

1 Like

I am also having this same problem

try adding this line in your config.xml

<access origin="*" subdomains="true"/>

did you ever solved the issue. i am in the same

Resolved it by removing this line from my index.html head section: