ionic-uber-clone icon indicating copy to clipboard operation
ionic-uber-clone copied to clipboard

Geolocation plugin not working on Android 9

Open sandevloper opened this issue 6 years ago • 0 comments

The geolocation plugin used in this project does not work on the Android 9 version. I have tried upgrading the plugin to the latest version but the issue will not resolve. I have also tried upgrading cordova-android to version 8.0.0 still no success. Tried adding options to loadMap function but same issue. // load map loadMap() { this.showLoading();

// get current location
let options = {timeout: 5000, enableHighAccuracy: true};
return this.geolocation.getCurrentPosition(options).then((resp) => {

sandevloper avatar Nov 09 '19 13:11 sandevloper