R

풀스크린 스크립트

<script>
function AutoScreen(el){
 
 var doc  = document.fullscreenElement;
 var moz  = document.mozFullScreenElement;
 var webkit = document.webkitFullscreenElement;
 var ms  = document.msFullscreenElement;
 
 if (!doc && !moz && !webkit && !ms) {
  fullscreen(el);
 } else {
  exitscreen();
 }
 
}

function fullscreen(el){
 
 if (el.requestFullscreen) {
  el.requestFullscreen();
 } else if (el.msRequestFullscreen) {
  el.msRequestFullscreen();
 } else if (el.mozRequestFullScreen) {
  el.mozRequestFullScreen();
    } else if (el.webkitRequestFullscreen) {
  el.webkitRequestFullscreen(Element.ALLOW_KEYBOARD_INPUT);
    }
 
}
function exitscreen(){
 
 var doc = document;
 
 if (doc.exitFullscreen) {
  doc.exitFullscreen();
    } else if (doc.msExitFullscreen) {
  doc.msExitFullscreen();
    } else if (doc.mozCancelFullScreen) {
  doc.mozCancelFullScreen();
    } else if (doc.webkitExitFullscreen) {
  doc.webkitExitFullscreen();
    }
}
</script>

<a href="#"onclick="AutoScreen(document.body)">FullScreen</a>​

 

풀스크린 검색시 나와있는 스크립트 정리 해봤습니다.

 

|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
10년 전 조회 2,224
10년 전 조회 2,134
10년 전 조회 1,825
10년 전 조회 2,155
10년 전 조회 1,947
10년 전 조회 1,720
10년 전 조회 2,323
10년 전 조회 1,750
10년 전 조회 2,054
10년 전 조회 1,734
10년 전 조회 1,581
10년 전 조회 2,982
10년 전 조회 2,106
10년 전 조회 2,201
10년 전 조회 1,964
10년 전 조회 2,241
10년 전 조회 2,101
10년 전 조회 1,869
10년 전 조회 2,298
10년 전 조회 2,749
10년 전 조회 2,174
10년 전 조회 2,058
10년 전 조회 2,040
10년 전 조회 2,001
10년 전 조회 2,646
10년 전 조회 2,576
10년 전 조회 1,624
10년 전 조회 2,029
10년 전 조회 1,612
10년 전 조회 1,958
10년 전 조회 3,425
10년 전 조회 1,997
10년 전 조회 4,063
10년 전 조회 2,680
10년 전 조회 2,294
10년 전 조회 1,660
10년 전 조회 2,021
10년 전 조회 2,316
10년 전 조회 2,741
10년 전 조회 4,059
10년 전 조회 2,867
10년 전 조회 3,010
10년 전 조회 3,475
10년 전 조회 5,123
10년 전 조회 2,685
10년 전 조회 1,857
10년 전 조회 3,567
10년 전 조회 2,008
10년 전 조회 2,258
10년 전 조회 3,001
10년 전 조회 1,898
10년 전 조회 1,901
10년 전 조회 4,203
10년 전 조회 1,919
10년 전 조회 1,816
10년 전 조회 1,824
10년 전 조회 1,720
10년 전 조회 2,228
10년 전 조회 1,952
10년 전 조회 1,828
10년 전 조회 1,971
10년 전 조회 2,484
10년 전 조회 3,315
10년 전 조회 2,363
10년 전 조회 2,609
10년 전 조회 3,152
10년 전 조회 2,534
10년 전 조회 2,348
10년 전 조회 2,263
10년 전 조회 5,144
10년 전 조회 1,950
10년 전 조회 2,270
10년 전 조회 2,820
10년 전 조회 2,270
10년 전 조회 3,952
10년 전 조회 2,197
10년 전 조회 2,160
10년 전 조회 2,234
10년 전 조회 5,798
10년 전 조회 2,103
10년 전 조회 3,658
10년 전 조회 2,954
10년 전 조회 3,579
10년 전 조회 3,202
10년 전 조회 3,907
10년 전 조회 2,072
10년 전 조회 2,374
10년 전 조회 4,156
10년 전 조회 2,528
10년 전 조회 1,928
10년 전 조회 2,909
10년 전 조회 2,652
10년 전 조회 2,385
10년 전 조회 2,366
10년 전 조회 2,595
10년 전 조회 2,226
10년 전 조회 1,822
10년 전 조회 2,574
10년 전 조회 3,020
10년 전 조회 2,575