--- title: window.screen.onorientationchange slug: Web/API/Screen/orientationchange_event translation_of: Web/API/Screen/onorientationchange original_slug: Web/API/Screen/onorientationchange ---

{{ ApiRef() }}

{{SeeCompatTable}}

Summary

{{ event("orientationchange")}} 이벤트를 화면 객체로 보내는 이벤트 핸들러이다.

Syntax

screen.onorientationchange = funcRef;

funcRef 는 함수로의 참조 이다.

Specifications

Specification Status Comment
{{SpecName('Screen Orientation')}} {{Spec2('Screen Orientation')}} Draft specification.

Browser compatibility

{{Compat("api.Screen.onorientationchange")}}

See also