In my datafields I'm using the function onTimerLap().
On the real device (Edge devices) it works as it should: a lap is triggered on button press or auto lap.
On the simulator there happens a strange thing:
every (about) 1,607 meters of elapsed distance, a lap triggers without doing something.
The lap trigger occurs not exact at the same distance, but nearly the same: every 1,606 to 1,612 meters a new lap triggers by itself.
Under simulator settings I cannot find a auto lap setting or such else.
Has anybody else seen that behaviour?
(VisulaStudio Code. It happens on all SDK versions - including 7.1.0)