-
Notifications
You must be signed in to change notification settings - Fork 78
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
Usage #123
Comments
After turning on in the 'hello world' page and navigating away from the 'hello world' page, the location tracking is off. Is that correct? |
Can you make this change. Navigating away 'hello world', and still the background geolocation still should work. I can do it from my side locally, but, I don't have a hosted server to send the locations. Hence this request. |
The sample app explicitly call #stop when navigating to “Home” page. It would be trivial for you to clone this repo and modify the code to not call #stop, and install the app locally. The plugin’s tracking and http service operates completely independently from react native later. Even if you terminate the app, rather than “navigate away” from it, the plugin would continue recording and uploading locations to the server (because stopOnTerminate: false). Terminating the app IS, in effect, “navigating away from the current screen”. |
The text was updated successfully, but these errors were encountered: