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) => {