Ionic 2 - Google Maps working in browser, but not device -
i have following implementation of google maps api (see link below). works when run ionic serve , test in browser. however, when cordova build , deploy apk android 6.0.1 phone, fails. map not load , hangs on loading spinner.
if has ideas, appreciate help.
thanks
https://forum.ionicframework.com/t/google-maps-working-in-browser-but-not-device/58819
solved:
i ran following, , low map loads on device too:
cordova plugin add cordova-plugin-geolocation
Comments
Post a Comment