It appears onOrientationChanged(useSensor: true) does not fire an event when the sensor orientation changes. However, the correct orientation is reported when the sensor is read manually.
This can be seen in android on the official example.
Any suggested workarounds? I may get around to fixing this myself, but I don't have time right now.
It appears
onOrientationChanged(useSensor: true)does not fire an event when the sensor orientation changes. However, the correct orientation is reported when the sensor is read manually.This can be seen in android on the official example.
Any suggested workarounds? I may get around to fixing this myself, but I don't have time right now.