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

Location does not work properly for Android 6.0+ #57

Open
fmsouza opened this issue Mar 23, 2016 · 0 comments
Open

Location does not work properly for Android 6.0+ #57

fmsouza opened this issue Mar 23, 2016 · 0 comments

Comments

@fmsouza
Copy link
Member

fmsouza commented Mar 23, 2016

Android 6.0 Marshmallow implemented a new way to configure app permissions: it requests for every needed permission in runtime. The app is not prepared for working with this scenario, so the access to location is not allowed and the progress bar doesn't get hidden and the use location does not get marked over the map.

Reference: http://developer.android.com/intl/pt-br/training/permissions/requesting.html

@fmsouza fmsouza added the bug label Mar 23, 2016
@fmsouza fmsouza modified the milestone: 3.0.0 Mar 23, 2016
limazix added a commit that referenced this issue May 3, 2016
Add location request for Android Marshmallow. Fixes #57.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant