모바일에서 좌우 회전 확인 > JavaScript

본문 바로가기
사이트 내 전체검색

JavaScript

모바일에서 좌우 회전 확인

페이지 정보

profile_image
작성자 최고관리자
댓글 0건 조회 7,960회 작성일 21-02-10 17:37

본문

<script>
 function orientationEventHandler()
 {
        var orientation = window.orientation;
        alert(orientation);
        if(orientation == 90 || orientation == -90){
        }
 }
 window.orientationchange = orientationEventHandler;
 window.addEventListener('orientationchange', orientationEventHandler, false);
 </script>

 --> 웹에서 고정은 아직까지 안됨.

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

  • 게시물이 없습니다.

접속자집계

오늘
1,678
어제
2,020
최대
6,642
전체
1,120,501
contact : webmaster@beautipia.co.kr
Copyright © beautipia.co.kr. All rights reserved.