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,311
10년 전 조회 2,223
10년 전 조회 1,902
10년 전 조회 2,246
10년 전 조회 2,036
10년 전 조회 1,813
10년 전 조회 2,411
10년 전 조회 1,839
10년 전 조회 2,126
10년 전 조회 1,829
10년 전 조회 1,651
10년 전 조회 3,066
10년 전 조회 2,187
10년 전 조회 2,268
10년 전 조회 2,053
10년 전 조회 2,308
10년 전 조회 2,198
10년 전 조회 1,939
10년 전 조회 2,365
10년 전 조회 2,843
10년 전 조회 2,251
10년 전 조회 2,141
10년 전 조회 2,149
10년 전 조회 2,085
10년 전 조회 2,735
10년 전 조회 2,660
10년 전 조회 1,710
10년 전 조회 2,114
10년 전 조회 1,709
10년 전 조회 2,051
10년 전 조회 3,501
10년 전 조회 2,087
10년 전 조회 4,172
10년 전 조회 2,771
10년 전 조회 2,394
10년 전 조회 1,741
10년 전 조회 2,118
10년 전 조회 2,400
10년 전 조회 2,820
10년 전 조회 4,149
10년 전 조회 2,942
10년 전 조회 3,096
10년 전 조회 3,577
10년 전 조회 5,209
10년 전 조회 2,782
10년 전 조회 1,952
10년 전 조회 3,659
10년 전 조회 2,096
10년 전 조회 2,349
10년 전 조회 3,094
10년 전 조회 1,989
10년 전 조회 1,993
10년 전 조회 4,279
10년 전 조회 2,008
10년 전 조회 1,900
10년 전 조회 1,908
10년 전 조회 1,811
10년 전 조회 2,326
10년 전 조회 2,041
10년 전 조회 1,921
10년 전 조회 2,063
10년 전 조회 2,581
10년 전 조회 3,409
10년 전 조회 2,470
10년 전 조회 2,734
10년 전 조회 3,250
10년 전 조회 2,630
10년 전 조회 2,415
10년 전 조회 2,366
10년 전 조회 5,243
10년 전 조회 2,033
10년 전 조회 2,363
10년 전 조회 2,903
10년 전 조회 2,361
10년 전 조회 4,039
10년 전 조회 2,283
10년 전 조회 2,236
10년 전 조회 2,324
10년 전 조회 5,885
10년 전 조회 2,195
10년 전 조회 3,762
10년 전 조회 3,046
10년 전 조회 3,689
10년 전 조회 3,317
10년 전 조회 4,002
10년 전 조회 2,162
10년 전 조회 2,441
10년 전 조회 4,259
10년 전 조회 2,625
10년 전 조회 2,014
10년 전 조회 2,999
10년 전 조회 2,744
10년 전 조회 2,477
10년 전 조회 2,449
10년 전 조회 2,655
10년 전 조회 2,313
10년 전 조회 1,905
10년 전 조회 2,658
10년 전 조회 3,108
10년 전 조회 2,667