android - Why Launching Native Google Maps Application from Cordova shows Antartica? -
android - Why Launching Native Google Maps Application from Cordova shows Antartica? -
following post , working corodva 3.6 bring me open native google maps app. that's wanted.
here exact line i'm executing:
window.location.href = url; where url equal to:
geo:-122.41327719999998,37.7715108 it open map. brings me antartica geo:0,0 think.
what doing wrong ? did utilize <access origin="geo:*" launch-external="yes" /> in config.xml
many thanks
android google-maps cordova geolocation
Comments
Post a Comment