DeviceMotionEvent.acceleration

Baseline 2023
Newly available

Since September 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

acceleration 属性会返回设备的加速度记录(单位:m / s2)。

备注: 如果硬件无法从 acceleration 数据中移除重力加速度,则该值在DeviceMotionEvent中可能并不存在,你应当使用DeviceMotionEvent.accelerationIncludingGravity代替

acceleration是一个包括三轴(x、y、z)加速度信息的对象,每个轴都有自己的属性:

x

表示 x 轴(西到东)上的加速度

y

表示 y 轴(南到北)上的加速度

z

表示 z 轴(下到上)上的加速度

说明

Specification
Device Orientation and Motion
# ref-for-dom-devicemotionevent-acceleration③

浏览器兼容性

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
acceleration

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support

推荐浏览