Ripple geolocation settings being ignored by Cordova application
问题 I'm using Visual Studio 2013 Update 4 and I've installed the Visual Studio for Cordova add-on (version 0.3.22015.1). I have created an Angular based app based on the Ionic SideMenu Starter Template for Cordova example. I have included the Cordova geolocation plugin in the config.xml file. Within this example I am obtaining the device's location using the following code: $scope.showPosition = function (position) { // ... } $scope.getLocation = function () { if (navigator.geolocation) {