www/index.html would like to use your current location - Ionic Framework
问题 I searched various forums and posts related to GeoLocation based alert issue; For some reason no technique worked in my case. Added "cordova-plugin-geolocation" plugin to my Ionic Framework Project. Added to my base Controller under $ionicPlatform.ready(...) navigator.geolocation.getCurrentPosition(function(position) { var coords = {}; coords.updated = new Date(); coords.latitude = position.coords.latitude.toFixed(6); coords.longitude = position.coords.longitude.toFixed(6); coords.altitude =