You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) => {
The text was updated successfully, but these errors were encountered:
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();
The text was updated successfully, but these errors were encountered: