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,878
10년 전 조회 1,801
10년 전 조회 1,483
10년 전 조회 1,826
10년 전 조회 1,622
10년 전 조회 1,371
10년 전 조회 1,972
10년 전 조회 1,405
10년 전 조회 1,721
10년 전 조회 1,368
10년 전 조회 1,227
10년 전 조회 2,641
10년 전 조회 1,750
10년 전 조회 1,829
10년 전 조회 1,578
10년 전 조회 1,839
10년 전 조회 1,685
10년 전 조회 1,475
10년 전 조회 1,907
10년 전 조회 2,376
10년 전 조회 1,748
10년 전 조회 1,651
10년 전 조회 1,665
10년 전 조회 1,610
10년 전 조회 2,271
10년 전 조회 2,176
10년 전 조회 1,245
10년 전 조회 1,654
10년 전 조회 1,222
10년 전 조회 1,577
10년 전 조회 3,053
10년 전 조회 1,590
10년 전 조회 3,656
10년 전 조회 2,278
10년 전 조회 1,896
10년 전 조회 1,259
10년 전 조회 1,609
10년 전 조회 1,911
10년 전 조회 2,336
10년 전 조회 3,658
10년 전 조회 2,477
10년 전 조회 2,614
10년 전 조회 3,076
10년 전 조회 4,725
10년 전 조회 2,310
10년 전 조회 1,475
10년 전 조회 3,204
10년 전 조회 1,590
10년 전 조회 1,822
10년 전 조회 2,608
10년 전 조회 1,479
10년 전 조회 1,509
10년 전 조회 3,821
10년 전 조회 1,522
10년 전 조회 1,402
10년 전 조회 1,390
10년 전 조회 1,292
10년 전 조회 1,824
10년 전 조회 1,561
10년 전 조회 1,415
10년 전 조회 1,534
10년 전 조회 2,046
10년 전 조회 2,989
10년 전 조회 1,955
10년 전 조회 2,212
10년 전 조회 2,765
10년 전 조회 2,138
10년 전 조회 1,945
10년 전 조회 1,878
10년 전 조회 4,753
10년 전 조회 1,545
10년 전 조회 1,859
10년 전 조회 2,428
10년 전 조회 1,867
10년 전 조회 3,606
10년 전 조회 1,821
10년 전 조회 1,743
10년 전 조회 1,849
10년 전 조회 5,398
10년 전 조회 1,698
10년 전 조회 3,253
10년 전 조회 2,538
10년 전 조회 3,198
10년 전 조회 2,780
10년 전 조회 3,518
10년 전 조회 1,654
10년 전 조회 1,944
10년 전 조회 3,753
10년 전 조회 2,097
10년 전 조회 1,499
10년 전 조회 2,487
10년 전 조회 2,244
10년 전 조회 1,966
10년 전 조회 1,920
10년 전 조회 2,143
10년 전 조회 1,768
10년 전 조회 1,423
10년 전 조회 2,179
10년 전 조회 2,643
10년 전 조회 2,201