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,359
10년 전 조회 2,277
10년 전 조회 1,944
10년 전 조회 2,284
10년 전 조회 2,091
10년 전 조회 1,863
10년 전 조회 2,457
10년 전 조회 1,882
10년 전 조회 2,165
10년 전 조회 1,878
10년 전 조회 1,694
10년 전 조회 3,111
10년 전 조회 2,232
10년 전 조회 2,313
10년 전 조회 2,100
10년 전 조회 2,345
10년 전 조회 2,239
10년 전 조회 1,992
10년 전 조회 2,406
10년 전 조회 2,880
10년 전 조회 2,301
10년 전 조회 2,194
10년 전 조회 2,201
10년 전 조회 2,140
10년 전 조회 2,778
10년 전 조회 2,704
10년 전 조회 1,749
10년 전 조회 2,176
10년 전 조회 1,742
10년 전 조회 2,092
10년 전 조회 3,535
10년 전 조회 2,135
10년 전 조회 4,223
10년 전 조회 2,808
10년 전 조회 2,432
10년 전 조회 1,777
10년 전 조회 2,162
10년 전 조회 2,439
10년 전 조회 2,855
10년 전 조회 4,192
10년 전 조회 2,974
10년 전 조회 3,130
10년 전 조회 3,612
10년 전 조회 5,256
10년 전 조회 2,817
10년 전 조회 1,986
10년 전 조회 3,711
10년 전 조회 2,139
10년 전 조회 2,390
10년 전 조회 3,143
10년 전 조회 2,023
10년 전 조회 2,035
10년 전 조회 4,329
10년 전 조회 2,064
10년 전 조회 1,944
10년 전 조회 1,961
10년 전 조회 1,865
10년 전 조회 2,380
10년 전 조회 2,085
10년 전 조회 1,971
10년 전 조회 2,102
10년 전 조회 2,630
10년 전 조회 3,459
10년 전 조회 2,517
10년 전 조회 2,780
10년 전 조회 3,300
10년 전 조회 2,687
10년 전 조회 2,474
10년 전 조회 2,408
10년 전 조회 5,296
10년 전 조회 2,091
10년 전 조회 2,407
10년 전 조회 2,941
10년 전 조회 2,415
10년 전 조회 4,094
10년 전 조회 2,325
10년 전 조회 2,273
10년 전 조회 2,377
10년 전 조회 5,944
10년 전 조회 2,245
10년 전 조회 3,805
10년 전 조회 3,101
10년 전 조회 3,729
10년 전 조회 3,365
10년 전 조회 4,036
10년 전 조회 2,216
10년 전 조회 2,487
10년 전 조회 4,302
10년 전 조회 2,674
10년 전 조회 2,056
10년 전 조회 3,038
10년 전 조회 2,785
10년 전 조회 2,518
10년 전 조회 2,496
10년 전 조회 2,701
10년 전 조회 2,355
10년 전 조회 1,947
10년 전 조회 2,694
10년 전 조회 3,141
10년 전 조회 2,711