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,277
10년 전 조회 2,173
10년 전 조회 1,869
10년 전 조회 2,204
10년 전 조회 1,990
10년 전 조회 1,772
10년 전 조회 2,366
10년 전 조회 1,791
10년 전 조회 2,083
10년 전 조회 1,785
10년 전 조회 1,613
10년 전 조회 3,030
10년 전 조회 2,150
10년 전 조회 2,237
10년 전 조회 2,010
10년 전 조회 2,279
10년 전 조회 2,148
10년 전 조회 1,899
10년 전 조회 2,333
10년 전 조회 2,796
10년 전 조회 2,220
10년 전 조회 2,110
10년 전 조회 2,096
10년 전 조회 2,042
10년 전 조회 2,697
10년 전 조회 2,620
10년 전 조회 1,671
10년 전 조회 2,078
10년 전 조회 1,668
10년 전 조회 2,011
10년 전 조회 3,474
10년 전 조회 2,044
10년 전 조회 4,119
10년 전 조회 2,733
10년 전 조회 2,357
10년 전 조회 1,711
10년 전 조회 2,070
10년 전 조회 2,373
10년 전 조회 2,787
10년 전 조회 4,111
10년 전 조회 2,913
10년 전 조회 3,056
10년 전 조회 3,533
10년 전 조회 5,168
10년 전 조회 2,748
10년 전 조회 1,908
10년 전 조회 3,619
10년 전 조회 2,055
10년 전 조회 2,305
10년 전 조회 3,053
10년 전 조회 1,939
10년 전 조회 1,951
10년 전 조회 4,245
10년 전 조회 1,972
10년 전 조회 1,857
10년 전 조회 1,858
10년 전 조회 1,764
10년 전 조회 2,275
10년 전 조회 2,000
10년 전 조회 1,881
10년 전 조회 2,010
10년 전 조회 2,538
10년 전 조회 3,367
10년 전 조회 2,420
10년 전 조회 2,679
10년 전 조회 3,205
10년 전 조회 2,586
10년 전 조회 2,385
10년 전 조회 2,325
10년 전 조회 5,194
10년 전 조회 1,990
10년 전 조회 2,322
10년 전 조회 2,862
10년 전 조회 2,321
10년 전 조회 3,995
10년 전 조회 2,242
10년 전 조회 2,203
10년 전 조회 2,276
10년 전 조회 5,844
10년 전 조회 2,153
10년 전 조회 3,714
10년 전 조회 2,999
10년 전 조회 3,634
10년 전 조회 3,264
10년 전 조회 3,946
10년 전 조회 2,124
10년 전 조회 2,411
10년 전 조회 4,209
10년 전 조회 2,578
10년 전 조회 1,969
10년 전 조회 2,958
10년 전 조회 2,696
10년 전 조회 2,438
10년 전 조회 2,415
10년 전 조회 2,623
10년 전 조회 2,265
10년 전 조회 1,863
10년 전 조회 2,618
10년 전 조회 3,062
10년 전 조회 2,616