DOM

settings_applicationsEventTarget  >   settings_applicationsWindow

DOM

Editing
  • bug_report

Eventorientationchange

insert_drive_fileEventinterfaceopen_in_new
Event interface는 Window에서 orientationchange 이벤트 타입으로 구현된다.

Window의 orientationchange는 Event interface의 이벤트 타입이고 이벤트 리스너에서 사용된다.

기본 개요

장치의 방향이 바뀔 때 발생한다.

구문

형식
window.addEventListener("orientationchange", function() { });

명세

typeorientationchange
bubblesno
cancelableno
targetWindow
handlerno

지원 웹브라우저