Giter Club home page Giter Club logo

Comments (5)

zdevaty avatar zdevaty commented on July 17, 2024 1

Try this:

permissions.requestPermission(permissions.ACCESS_BACKGROUND_LOCATION, success, error);

function error() {
  console.warn('ACCESS_BACKGROUND_LOCATION permission is not turned on');
}

function success( status ) {
  if( !status.hasPermission ) error();
}

from cordova-plugin-android-permissions.

zdevaty avatar zdevaty commented on July 17, 2024

On which version of Android are you testing? You have to get this permission from app settings since Android 11.

See the docs

from cordova-plugin-android-permissions.

ivinantony avatar ivinantony commented on July 17, 2024

Do you have any idea to open the permission settings instead of app settings using this plugin??

from cordova-plugin-android-permissions.

clarklight avatar clarklight commented on July 17, 2024

@zdevaty Why when i run the code you quoted it just returns ACCESS_BACKGROUND_LOCATION permission is not turned on? It does this to every single one of my request for permissions...

from cordova-plugin-android-permissions.

zdevaty avatar zdevaty commented on July 17, 2024

Maybe this permission is rejected permanently in Android settings somehow?

I don't know and I can't help you, as I changed my career so I won't have to deal with Android background location problems ever again.

from cordova-plugin-android-permissions.

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.