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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -