-
Notifications
You must be signed in to change notification settings - Fork 176
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
Missing permissions on Marshmallow (api level 23) for getScanResults #49
Comments
Thanks for bringing this to our attention. We will get that updated shortly. |
The other thing I'm noticing is that the new runtime permissions model is causing an issue in that we don't have a great way of doing the check/request for permissions that Marshmallow requires. I guess it would be helpful if we could do the runtime check/request in a separate method so we have more control over the UX. |
I've added ACCESS_COARSE_LOCATION in the most recent update. I will look into ways of doing a check/request permissions. Thanks |
I think I have the same or a related problem. Working with CyanogenOS 13 (Marshmallow) on my Oneplus One EDIT:
|
I created PR #77 that addresses this issue. It uses the compat cordova library to request the permission if it does not exist. |
Targeting API level 23 on Android requires ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION to retrieve scan results
The text was updated successfully, but these errors were encountered: