Giter VIP home page Giter VIP logo

Comments (2)

marwilc avatar marwilc commented on July 30, 2024

the same thing happens to me

from cordova-plugin-request-location-accuracy.

dpa99c avatar dpa99c commented on July 30, 2024

When you request High Accuracy mode on Android using this plugin, the dialog will only be displayed to the user if the Google Play Services location library determines that either location services are off OR high accuracy is not already enabled.

On older versions of Android (8 and below), it is possible to explicitly set the location mode (High Accuracy/Battery Saving/Device Only).
However on Android 9 and above, you can only turn Google Location Accuracy On/Off which (On === High Accuracy, Off === Device Only).
See Manage your Android device’s location settings for more.

On Android 10/11, even if you turn Google Location Accuracy to Off, the reported device location mode is High Accuracy - you can check this using the example project app which uses getLocationAuthorizationStatus() from cordova-diagnostic-plugin to determine the current location mode.

TL;DR: if the device reports location mode is currently High Accuracy and you request High Accuracy mode, the dialog will not be shown.
This is not the fault of the plugin, it's the intended behaviour of the Google Play Services location API which this plugin wraps.

See also Change location settings.

from cordova-plugin-request-location-accuracy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.