Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geolocation plugin not working on Android 9 #25

Open
sandevloper opened this issue Nov 9, 2019 · 0 comments
Open

Geolocation plugin not working on Android 9 #25

sandevloper opened this issue Nov 9, 2019 · 0 comments

Comments

@sandevloper
Copy link

sandevloper commented Nov 9, 2019

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) => {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant