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,341
10년 전 조회 2,254
10년 전 조회 1,931
10년 전 조회 2,269
10년 전 조회 2,069
10년 전 조회 1,846
10년 전 조회 2,441
10년 전 조회 1,864
10년 전 조회 2,151
10년 전 조회 1,859
10년 전 조회 1,676
10년 전 조회 3,098
10년 전 조회 2,218
10년 전 조회 2,300
10년 전 조회 2,077
10년 전 조회 2,328
10년 전 조회 2,230
10년 전 조회 1,967
10년 전 조회 2,393
10년 전 조회 2,862
10년 전 조회 2,284
10년 전 조회 2,170
10년 전 조회 2,180
10년 전 조회 2,122
10년 전 조회 2,765
10년 전 조회 2,686
10년 전 조회 1,737
10년 전 조회 2,151
10년 전 조회 1,731
10년 전 조회 2,073
10년 전 조회 3,525
10년 전 조회 2,118
10년 전 조회 4,203
10년 전 조회 2,793
10년 전 조회 2,419
10년 전 조회 1,768
10년 전 조회 2,144
10년 전 조회 2,427
10년 전 조회 2,843
10년 전 조회 4,174
10년 전 조회 2,967
10년 전 조회 3,120
10년 전 조회 3,595
10년 전 조회 5,239
10년 전 조회 2,803
10년 전 조회 1,972
10년 전 조회 3,692
10년 전 조회 2,125
10년 전 조회 2,375
10년 전 조회 3,129
10년 전 조회 2,013
10년 전 조회 2,026
10년 전 조회 4,314
10년 전 조회 2,044
10년 전 조회 1,921
10년 전 조회 1,942
10년 전 조회 1,843
10년 전 조회 2,359
10년 전 조회 2,062
10년 전 조회 1,951
10년 전 조회 2,090
10년 전 조회 2,609
10년 전 조회 3,436
10년 전 조회 2,501
10년 전 조회 2,760
10년 전 조회 3,283
10년 전 조회 2,662
10년 전 조회 2,456
10년 전 조회 2,389
10년 전 조회 5,274
10년 전 조회 2,068
10년 전 조회 2,390
10년 전 조회 2,925
10년 전 조회 2,392
10년 전 조회 4,069
10년 전 조회 2,306
10년 전 조회 2,257
10년 전 조회 2,357
10년 전 조회 5,921
10년 전 조회 2,225
10년 전 조회 3,785
10년 전 조회 3,076
10년 전 조회 3,709
10년 전 조회 3,342
10년 전 조회 4,022
10년 전 조회 2,192
10년 전 조회 2,472
10년 전 조회 4,288
10년 전 조회 2,658
10년 전 조회 2,038
10년 전 조회 3,019
10년 전 조회 2,764
10년 전 조회 2,500
10년 전 조회 2,477
10년 전 조회 2,682
10년 전 조회 2,336
10년 전 조회 1,928
10년 전 조회 2,677
10년 전 조회 3,126
10년 전 조회 2,694