Closed sirusbaladi closed 6 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.
This is the wrong place to post this issue. This is the repo for the demo server.
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.
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?
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.
closing
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.