ScreenOrientation.type
Experimental
This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
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".
Syntax
type = screen.orientation.type
Value
A String
.
Specifications
Specification | Status | Comment |
---|---|---|
Screen Orientation API The definition of 'type' in that specification. |
Working Draft | Initial definition. |
Browser compatibility
BCD tables only load in the browser