cordova - Can I use the Google Maps API in PhoneGap without whitelisting the google domains? -
is there way use google maps api in phonegap application without whitelisting domains like:
<key>externalhosts</key> <array> <string>maps.google.com</string> <string>maps.gstatic.com</string> <string>maps.googleapis.com</string> </array>
no. if using google maps javascript api, try communicate google servers via webview , issue requests google servers. must whitelist domains, then.
an alternative use native maps phonegap plugin (such mapkit), create mapview in app , presumably around whitelist restriction.
Comments
Post a Comment