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

iOS different behaviour then Android #36

Closed
kelostrada opened this issue May 18, 2018 · 1 comment
Closed

iOS different behaviour then Android #36

kelostrada opened this issue May 18, 2018 · 1 comment

Comments

@kelostrada
Copy link

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

@Lyokone
Copy link
Owner

Lyokone commented May 30, 2018

Hey,

Should be corrected on 1.3.3, iOS behaviour should match Android behaviour :)
Feel free to post another issue if it's not corrected properly 👍

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

No branches or pull requests

2 participants