transistorsoft / background-geolocation-console

A field-testing & analysis server for the Background Geolocation plugin
MIT License
149 stars 155 forks source link

Feature request: minimum threshold for stopTimeout to get interrupted #139

Closed sirusbaladi closed 4 months ago

sirusbaladi commented 4 months ago

Hi, sometimes the user is within the same location but does some movements.

Example

In cases like the above the stopTimeout keeps getting interrupted and the app never reaches stationary state while it should.

Any way to set a minimum threshold of movement for timer to interrupted? if no, could we have this in a future version?

Thanks.

christocracy commented 4 months ago

I do something on the opposite end of things with Config.motionTriggerDelay, delaying the transition to the moving state while, for example, walking around the house.

I’ll think about this.

christocracy commented 4 months ago

This is the wrong place to post this issue. This is the repo for the demo server.

sirusbaladi commented 4 months ago

I do something on the opposite end of things with Config.motionTriggerDelay, delaying the transition to the moving state while, for example, walking around the house.

I’ll think about this.

Great thanks. One of my testers was trying new shoes at a shoe store for over an hour. The shop is not big but they kept walking back on forth to test different shoes. The moving state kept staying active because of that.

sirusbaladi commented 4 months ago

This is the wrong place to post this issue. This is the repo for the demo server.

oh just noticed. should I close and repost on the right repo?

christocracy commented 4 months ago

oh just noticed. should I close and repost on the right repo?

Yes. I manage 8 different repos for the plug-in for Cordova, Capacitor, React Native and Flutter.

sirusbaladi commented 4 months ago

closing