Skip to content
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

fix(android): Allow web geolocation if only COARSE_LOCATION is granted #5236

Merged
merged 2 commits into from
Nov 16, 2021

Conversation

jcesarmobile
Copy link
Member

On Android 12 accepting only ACCESS_COARSE_LOCATION permission should be considered as granted, at the moment we consider it rejected as ACCESS_FINE_LOCATION is rejected.

Sadly web geolocation still doesn't get the coordinates after this change if the user chooses the "Approximate" option, it times out instead of getting a permission error message.

I've reported it to chromium.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants