-
-
Notifications
You must be signed in to change notification settings - Fork 830
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
Problem on Ios, unable to obtain location #1005
Comments
same same. getLocation did not work |
getLocation doesn't work on iOS, both simulator and real device, but onLocationChanged works fine |
what is the interval for getting a location when using onLocationChanged? does it even fire if the location didn't change ? does it work on the simulator ? |
Could you please share your code snippets where you use |
@DhvanitVaghani @hossam-96 I'm using location: ^7.0.1, I checked location permission with status always and GPS enabled before
|
Describe the bug
I have a flutter code base which asks for location authorization and which displays this on a google map, on an android device I manage to display the location on the map but on an Ios device a blank page appears on the screen when the compiler comes to the method for getting the location, I observed this by calling the "Location" instance directly in the main
Expected behavior
I'm waiting to see the position of the Ios device on the map the same as on Android
Tested on:
Other plugins:
Additional logs
No logs in console
The text was updated successfully, but these errors were encountered: