@dimian wrote:
Hi, im using angular-google-maps to display map.
It working in explorers like chrome or mozilla and Android 5.0.1 or higher, but not in Android with version lower than API21.
I found few solution but neither works:
http://www.gajotres.net/using-cordova-geoloacation-api-with-google-maps-in-ionic-framework/
I have add:
<access origin="*" /> <allow-navigation href="*" /> <allow-intent href="*" /> <meta http-equiv="Content-Security-Policy" content="default-src 'self' *; style-src 'self' 'unsafe-inline' *; script-src 'self' 'unsafe-inline' 'unsafe-eval' *">
My version of whitelist is:
cordova-plugin-whitelist 1.2.1 "Whitelist"Please help
Posts: 1
Participants: 1