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,967
10년 전 조회 1,891
10년 전 조회 1,577
10년 전 조회 1,922
10년 전 조회 1,721
10년 전 조회 1,454
10년 전 조회 2,067
10년 전 조회 1,516
10년 전 조회 1,799
10년 전 조회 1,469
10년 전 조회 1,320
10년 전 조회 2,735
10년 전 조회 1,842
10년 전 조회 1,952
10년 전 조회 1,699
10년 전 조회 1,970
10년 전 조회 1,828
10년 전 조회 1,590
10년 전 조회 2,034
10년 전 조회 2,495
10년 전 조회 1,886
10년 전 조회 1,783
10년 전 조회 1,770
10년 전 조회 1,722
10년 전 조회 2,387
10년 전 조회 2,293
10년 전 조회 1,365
10년 전 조회 1,772
10년 전 조회 1,337
10년 전 조회 1,695
10년 전 조회 3,151
10년 전 조회 1,709
10년 전 조회 3,768
10년 전 조회 2,404
10년 전 조회 2,009
10년 전 조회 1,377
10년 전 조회 1,723
10년 전 조회 2,042
10년 전 조회 2,454
10년 전 조회 3,789
10년 전 조회 2,603
10년 전 조회 2,741
10년 전 조회 3,193
10년 전 조회 4,823
10년 전 조회 2,440
10년 전 조회 1,587
10년 전 조회 3,300
10년 전 조회 1,691
10년 전 조회 1,951
10년 전 조회 2,708
10년 전 조회 1,596
10년 전 조회 1,625
10년 전 조회 3,945
10년 전 조회 1,663
10년 전 조회 1,532
10년 전 조회 1,519
10년 전 조회 1,402
10년 전 조회 1,944
10년 전 조회 1,673
10년 전 조회 1,550
10년 전 조회 1,677
10년 전 조회 2,173
10년 전 조회 3,071
10년 전 조회 2,085
10년 전 조회 2,343
10년 전 조회 2,890
10년 전 조회 2,253
10년 전 조회 2,079
10년 전 조회 1,989
10년 전 조회 4,884
10년 전 조회 1,674
10년 전 조회 1,983
10년 전 조회 2,559
10년 전 조회 1,994
10년 전 조회 3,719
10년 전 조회 1,949
10년 전 조회 1,883
10년 전 조회 1,973
10년 전 조회 5,529
10년 전 조회 1,829
10년 전 조회 3,385
10년 전 조회 2,661
10년 전 조회 3,321
10년 전 조회 2,908
10년 전 조회 3,654
10년 전 조회 1,787
10년 전 조회 2,074
10년 전 조회 3,873
10년 전 조회 2,245
10년 전 조회 1,622
10년 전 조회 2,622
10년 전 조회 2,374
10년 전 조회 2,101
10년 전 조회 2,050
10년 전 조회 2,273
10년 전 조회 1,902
10년 전 조회 1,558
10년 전 조회 2,295
10년 전 조회 2,773
10년 전 조회 2,327