Skip to content

Geolocation plugin not working on Android 9 #25

@sandevloper

Description

@sandevloper

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions