Giter VIP home page Giter VIP logo

Comments (2)

dpa99c avatar dpa99c commented on July 30, 2024

Just re-tested canRequest() on Android 8.1 and it's still working fine - see below:

Please follow these steps to repeat my test and confirm this:

  • Clone and run the example project on an Android device:

git clone https://github.com/dpa99c/cordova-plugin-request-location-accuracy-example
cd cordova-plugin-request-location-accuracy-example
cordova platform add android@latest
cordova run android
  • Inspect the app's Cordova Webview using Chrome Developer Tools and execute the following in the console:

cordova.plugins.locationAccuracy.canRequest(function(can){console.log("Can request: "+!!can)},function(err){console.error(err)});

Here's the result from my test:
screenshot

A likely cause of your issue is that the appropriate <uses-permission> keys have been omitted from the AndroidManifest.xml - see here.

from cordova-plugin-request-location-accuracy.

wowkucko avatar wowkucko commented on July 30, 2024

Thank you for your help, i am on vacation till Friday but just checked my config.xml and it is very weird because i don't have any permission part at all in it. Maybe some new plugin messed it ( i tried removing platform and adding them again before, but no result) and it was working some days ago. I found this in your config, i hope this is what i need:

 <platform name="android">
        <config-file parent="/*" target="AndroidManifest.xml">
            <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
            <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
            <uses-feature android:name="android.hardware.location.gps" />
        </config-file>
    </platform>

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.