Web/API/DeviceMotionEvent/DeviceMotionEvent

From Get docs

Non-standard This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.


The DeviceMotionEvent constructor creates a new DeviceMotionEvent.

Syntax

var deviceMotionEvent = new DeviceMotionEvent(type[, options])

Parameters

type
Must be "devicemotion".
optionsOptional
Options are as follows:
acceleration
  •  An object giving the acceleration of the device on the three axis X, Y and Z. Acceleration is expressed in m/s2.
  • accelerationIncludingGravity: An object giving the acceleration of the device on the three axis X, Y and Z with the effect of gravity. Acceleration is expressed in m/s2.
  • rotationRate: An object giving the rate of change of the device's orientation on the three orientation axis alpha, beta and gamma. Rotation rate is express in degrees per seconds.
  • interval: A number representing the interval of time, in milliseconds, at which data is obtained from the device.

Specifications

Not part of any specifications.

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet

DeviceMotionEvent() constructor

Experimental'Non-standard'

Chrome

Full support 59

Edge

Full support ≤79

Firefox

?

IE

No support No

Opera

?

Safari

?

WebView Android

Full support 59

Chrome Android

Full support 59

Firefox Android

?

Opera Android

?

Safari iOS

?

Samsung Internet Android

Full support 7.0

Legend

Full support  
Full support
No support  
No support
Compatibility unknown  
Compatibility unknown
Experimental. Expect behavior to change in the future.'
Experimental. Expect behavior to change in the future.
Non-standard. Expect poor cross-browser support.'
Non-standard. Expect poor cross-browser support.