목차
ScreenOrientation.type 정의 ScreenOrientation.type 구문
장치 방향을 나타내는 값. 읽기 전용. IE, Safari 제외한 주요 최신 브라우저 모두 지원.
장치 방향을 나타내는 값.
type = screen.orientation.type [반환값] 아래 값 중 하나 가능. (string 자료형) "portrait-primary" "portrait-secondary" "landscape-primary" "landscape-secondary"
type = screen.orientation.type
[반환값]
아래 값 중 하나 가능. (string 자료형)