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:
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