Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Window.ondeviceorientation

Эта статья нуждается в техническом обзоре. Как вы можете помочь.

Эта статья нуждается в редакционном обзоре. Как вы можете помочь.

Перевод не завершен. Пожалуйста, помогите перевести эту статью с английского.

Кратко

Обработчик события deviceorientation, который содержит информацию об изменении относительной ориентации устройства.

Синтаксис

window.ondeviceorientation = function(event) { ... };
window.addEventListener('deviceorientation', function(event) { ... });

Спецификации

Спецификация Статус Комментарий
Device Orientation Events Рабочий черновик Начальная спецификация.

Совместимость с браузерами

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support 7.0 [1] 6 [2] ? ? ?
Feature Android Android Webview Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile Chrome for Android
Basic support 3.0 (Yes) [1] 6 [2] No support No support 4.2 (Yes) [1]

[1] Before version 50, Chrome provided absolute values instead of relative values for this event. Developers still needing absolute values may use the ondeviceorientationabsolute event.

[2] Firefox 3.6, 4, and 5 supported mozOrientation instead of the standard DeviceOrientationEvent interface

Смотрите также

Метки документа и участники

 Внесли вклад в эту страницу: timur-gilauri
 Обновлялась последний раз: timur-gilauri,