window属性:ondeviceorientationabsolute
ondeviceorientationabsolute属性
注意:ondeviceorientationabsolute属性是非标准的。不要在面向Web的生产站点上使用它:它不适用于每个用户。实现之间也可能存在很大的不兼容性,并且行为在未来可能会发生变化。
ondeviceorientationabsolute属性表示deviceorientationabsolute事件的事件处理程序,其中包含有关绝对设备方向更改的信息。
ondeviceorientationabsolute属性语法
window.ondeviceorientationabsolute = function(event){...};
window.addEventListener('deviceorientationabsolute',function(event){...});
规范
此事件处理程序目前不是任何规范的一部分。
浏览器兼容性
我们正在将兼容性数据转换为机器可读的JSON格式。
- 电脑端
特征 | Chrome | Firefox(Gecko) | Internet Explorer | Opera | Safari(WebKit) |
---|---|---|---|---|---|
基本支持 | 支持:50.0 | 不支持 | 不支持 | 不支持 | 不支持 |
- 移动端
特征 | Android | Android Webview | Firefox Mobile (Gecko) | Firefox OS | IE Mobile | Opera Mobile | Safari Mobile | Chrome for Android |
---|---|---|---|---|---|---|---|---|
基本支持 | 不支持 | 支持:50.0 | 不支持 | 不支持 | 不支持 | 不支持 | 不支持 | 支持:50.0 |