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년 전 조회 1,782
10년 전 조회 1,713
10년 전 조회 1,389
10년 전 조회 1,724
10년 전 조회 1,530
10년 전 조회 1,269
10년 전 조회 1,877
10년 전 조회 1,318
10년 전 조회 1,626
10년 전 조회 1,275
10년 전 조회 1,138
10년 전 조회 2,542
10년 전 조회 1,638
10년 전 조회 1,703
10년 전 조회 1,473
10년 전 조회 1,740
10년 전 조회 1,588
10년 전 조회 1,374
10년 전 조회 1,801
10년 전 조회 2,251
10년 전 조회 1,636
10년 전 조회 1,523
10년 전 조회 1,553
10년 전 조회 1,502
10년 전 조회 2,163
10년 전 조회 2,068
10년 전 조회 1,140
10년 전 조회 1,552
10년 전 조회 1,103
10년 전 조회 1,466
10년 전 조회 2,958
10년 전 조회 1,489
10년 전 조회 3,539
10년 전 조회 2,169
10년 전 조회 1,789
10년 전 조회 1,159
10년 전 조회 1,509
10년 전 조회 1,806
10년 전 조회 2,237
10년 전 조회 3,546
10년 전 조회 2,366
10년 전 조회 2,495
10년 전 조회 2,965
10년 전 조회 4,615
10년 전 조회 2,190
10년 전 조회 1,362
10년 전 조회 3,120
10년 전 조회 1,483
10년 전 조회 1,715
10년 전 조회 2,505
10년 전 조회 1,373
10년 전 조회 1,409
10년 전 조회 3,702
10년 전 조회 1,407
10년 전 조회 1,282
10년 전 조회 1,257
10년 전 조회 1,171
10년 전 조회 1,699
10년 전 조회 1,438
10년 전 조회 1,322
10년 전 조회 1,432
10년 전 조회 1,921
10년 전 조회 2,897
10년 전 조회 1,846
10년 전 조회 2,077
10년 전 조회 2,649
10년 전 조회 2,024
10년 전 조회 1,824
10년 전 조회 1,768
10년 전 조회 4,638
10년 전 조회 1,413
10년 전 조회 1,754
10년 전 조회 2,290
10년 전 조회 1,749
10년 전 조회 3,483
10년 전 조회 1,716
10년 전 조회 1,605
10년 전 조회 1,714
10년 전 조회 5,279
10년 전 조회 1,574
10년 전 조회 3,154
10년 전 조회 2,415
10년 전 조회 3,093
10년 전 조회 2,672
10년 전 조회 3,406
10년 전 조회 1,555
10년 전 조회 1,829
10년 전 조회 3,648
10년 전 조회 1,986
10년 전 조회 1,384
10년 전 조회 2,376
10년 전 조회 2,134
10년 전 조회 1,856
10년 전 조회 1,815
10년 전 조회 2,027
10년 전 조회 1,678
10년 전 조회 1,315
10년 전 조회 2,092
10년 전 조회 2,557
10년 전 조회 2,097