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,180
10년 전 조회 2,086
10년 전 조회 1,776
10년 전 조회 2,124
10년 전 조회 1,899
10년 전 조회 1,673
10년 전 조회 2,278
10년 전 조회 1,713
10년 전 조회 2,016
10년 전 조회 1,683
10년 전 조회 1,531
10년 전 조회 2,951
10년 전 조회 2,068
10년 전 조회 2,157
10년 전 조회 1,913
10년 전 조회 2,199
10년 전 조회 2,052
10년 전 조회 1,814
10년 전 조회 2,259
10년 전 조회 2,712
10년 전 조회 2,138
10년 전 조회 2,015
10년 전 조회 1,984
10년 전 조회 1,955
10년 전 조회 2,598
10년 전 조회 2,537
10년 전 조회 1,576
10년 전 조회 1,992
10년 전 조회 1,571
10년 전 조회 1,920
10년 전 조회 3,383
10년 전 조회 1,954
10년 전 조회 4,013
10년 전 조회 2,639
10년 전 조회 2,255
10년 전 조회 1,622
10년 전 조회 1,984
10년 전 조회 2,280
10년 전 조회 2,712
10년 전 조회 4,027
10년 전 조회 2,820
10년 전 조회 2,976
10년 전 조회 3,432
10년 전 조회 5,074
10년 전 조회 2,651
10년 전 조회 1,825
10년 전 조회 3,535
10년 전 조회 1,970
10년 전 조회 2,219
10년 전 조회 2,958
10년 전 조회 1,868
10년 전 조회 1,862
10년 전 조회 4,167
10년 전 조회 1,893
10년 전 조회 1,791
10년 전 조회 1,782
10년 전 조회 1,676
10년 전 조회 2,195
10년 전 조회 1,915
10년 전 조회 1,797
10년 전 조회 1,935
10년 전 조회 2,443
10년 전 조회 3,279
10년 전 조회 2,327
10년 전 조회 2,577
10년 전 조회 3,119
10년 전 조회 2,491
10년 전 조회 2,324
10년 전 조회 2,224
10년 전 조회 5,120
10년 전 조회 1,916
10년 전 조회 2,236
10년 전 조회 2,775
10년 전 조회 2,231
10년 전 조회 3,913
10년 전 조회 2,179
10년 전 조회 2,123
10년 전 조회 2,200
10년 전 조회 5,759
10년 전 조회 2,063
10년 전 조회 3,621
10년 전 조회 2,918
10년 전 조회 3,548
10년 전 조회 3,152
10년 전 조회 3,861
10년 전 조회 2,032
10년 전 조회 2,330
10년 전 조회 4,125
10년 전 조회 2,488
10년 전 조회 1,881
10년 전 조회 2,865
10년 전 조회 2,611
10년 전 조회 2,347
10년 전 조회 2,312
10년 전 조회 2,545
10년 전 조회 2,184
10년 전 조회 1,793
10년 전 조회 2,542
10년 전 조회 2,982
10년 전 조회 2,531