-
Notifications
You must be signed in to change notification settings - Fork 93
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
background: true Has no effect #59
Comments
I Have also tried to set app into background and change location on emulator and after that app Back to foreground. But there is only one location on Result when I get location updates. How often plugin should get location when on background? |
I now use this https://pub.dev/packages/background_locator |
ok thanks, I will check that plugin. |
|
For background processing on IOS, it works when adding: in:
and adding in:
|
@jeanantoine So you are suggesting that the plugin has a bug and needs updating as well as documentation? |
Hi I just want to understand what background option is for ? Because it feels like wheneve the app get paused by Android the location stream pause also where a timer function normally, I'm trying to get the location and update it on the map but if I press home or recent app for example,
Geolocation.locationUpdates
don't output anything. I'm am not talking about update when we close the app on the recent app list because its different from each app etcThe text was updated successfully, but these errors were encountered: