Improve documentation around android background location posting #29
Labels
android
Related to the Android platform
documentation
Improvements or additions to documentation
stale
As it currently stands on Android, the plug-in does not execute the callback function in JS when the location changes while the app is in the background/the phone is locked.
The only way that the plug-in can communicate location changes to an API/server is through the http posting functionality.
This is different to the behaviour on iOS, where the callback function is called, allowing the app to post, even when in the background.
This needs to be communicated better in the documentation, as it is not clear.
The text was updated successfully, but these errors were encountered: