I really appreciate the work of the Cordova community and I often use Cordova plugins in my Ionic apps.
I've had the following problem with the cordova-plugin-geolocation plugin:
The speed of the device doesn't fall to zero when you stop walking and the speed change isn't responsive as on Android devices.
I really appreciate the work of the Cordova community and I often use Cordova plugins in my Ionic apps. I've had the following problem with the cordova-plugin-geolocation plugin: The speed of the device doesn't fall to zero when you stop walking and the speed change isn't responsive as on Android devices.
I exposed the problem in this issue: https://github.com/apache/cordova-plugin-geolocation/issues/177
So it would be nice to have the distanceFilter parameter configurable.
@bennmapes has found this workaround to solve the problem: https://github.com/apache/cordova-plugin-geolocation/issues/177
Thank you
Claudio