目前已知可以通过 DeviceOrientationEvent 获取设备的三维的旋转角度
DeviceOrientationEvent
其中 DeviceOrientationEvent.alpha 就是 Z 轴的偏移角度
DeviceOrientationEvent.alpha
但是问题来了,alpha 并不是绝对值,iOS 可以根据 DeviceOrientationEvent.webkitCompassHeading 取得绝对值,安卓是有什么办法吗...
alpha
DeviceOrientationEvent.webkitCompassHeading