Window.orientation
Deprecated
This feature has been removed from the Web standards. Though some browsers may still support it, it is in the process of being dropped. Do not use it in old or new projects. Pages or Web apps using it may break at any time.
Summary
Returns the orientation in degrees (in 90-degree increments) of the viewport relative to the device's natural orientation.
Its only possible values are -90
, 0
, 90
, and 180
. Positive values are clockwise; negative values are counterclockwise.
Specifications
Specification | Status | Comment |
---|---|---|
Web Compatibility Standard The definition of 'Window.orientation' in that specification. |
Living Standard |
License
© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/window/orientation