motion_sensors icon indicating copy to clipboard operation
motion_sensors copied to clipboard

absoluteOrientationUpdateInterval has no effect

Open Robbendebiene opened this issue 3 years ago • 1 comments

It seems like changing absoluteOrientationUpdateInterval has no effect on Android. At least myFunction in motionSensors.absoluteOrientation.listen(myFunction); is called rapidly regardless of the value I set in absoluteOrientationUpdateInterval.

Tested on Android Emulator with API 29 and on real device running latest Android 10.

Robbendebiene avatar Oct 28 '21 09:10 Robbendebiene

seems a bug @zesage motionSensors.absoluteOrientationUpdateInterval actually affects the motionSensors.orientation.listen()

ash0080 avatar Mar 16 '22 11:03 ash0080