You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
thank you for tour work. I am not able to get the 'activity' and 'stationary' events fire
To Reproduce
Steps to reproduce the behavior:
BackgroundGeolocation.on('activity', function (activity) {
console.log(activity)
// handle stationary locations here
});
Expected behavior
Nothing happens
I'm developing for Android
Thank you for your help
The text was updated successfully, but these errors were encountered:
Hi,
thank you for tour work. I am not able to get the 'activity' and 'stationary' events fire
To Reproduce
Steps to reproduce the behavior:
BackgroundGeolocation.on('activity', function (activity) {
console.log(activity)
// handle stationary locations here
Expected behavior
Nothing happens
I'm developing for Android
Thank you for your help
The text was updated successfully, but these errors were encountered: