-
-
Notifications
You must be signed in to change notification settings - Fork 836
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
iOS different behaviour then Android #36
Comments
Hey, Should be corrected on 1.3.3, iOS behaviour should match Android behaviour :) |
Closed
Closed
PerrchicK
added a commit
to PerrchicK/flutterlocation
that referenced
this issue
Mar 7, 2019
Lyokone
pushed a commit
that referenced
this issue
Feb 23, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, thanks for a great plugin!
I used Location only with callback like this:
_location.onLocationChanged.listen(_handleLocationChanged);
This solution works on android (calls system requirements for permissions to Location services), but doesn't work on iOS (doesn't pop the dialog with requirements for permissions).
I needed to add line:
_location.getLocation;
to trigger the logic which calls system dialogs for permissions in iOS. I think this is inconsistent behaviour and should be corrected, but apart from that great work!Regards
The text was updated successfully, but these errors were encountered: