ScreenOrientation: type property
Baseline
Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2023.
The type
read-only property of the
ScreenOrientation
interface returns the document's current orientation
type, one of portrait-primary
, portrait-secondary
, landscape-primary
, or
landscape-secondary
.
Value
A String
.
Specifications
Specification |
---|
Screen Orientation> # dom-screenorientation-type> |
Browser compatibility
Loading…