Search completed in 0.87 seconds.
4 results for "deviceorientationabsolute":
Window.ondeviceorientationabsolute - Web APIs
WebAPIWindowondeviceorientationabsolute
summary an event handler for the deviceorientationabsolute event containing information about an absolute device orientation change.
... syntax window.ondeviceorientationabsolute = function(event) { ...
... }; window.addeventlistener('deviceorientationabsolute', function(event) { ...
DeviceOrientationEvent.DeviceOrientationEvent() - Web APIs
WebAPIDeviceOrientationEventDeviceOrientationEvent
syntax var deviceorientationevent = new deviceorientationevent(type[, options]) parameters type either "deviceorientation" or "deviceorientationabsolute".
Index - Web APIs
WebAPIIndex
4952 window.ondeviceorientationabsolute api, device orientation, mobile, orientation, property an event handler for the deviceorientationabsolute event containing information about an absolute device orientation change.
Window - Web APIs
WebAPIWindow
window.ondevicelight an event handler property for any ambient light levels changes window.ondevicemotion called if accelerometer detects a change (for mobile devices) window.ondeviceorientation called when the orientation is changed (for mobile devices) window.ondeviceorientationabsolute an event handler property for any device orientation changes.