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,248
10년 전 조회 2,149
10년 전 조회 1,844
10년 전 조회 2,174
10년 전 조회 1,969
10년 전 조회 1,739
10년 전 조회 2,342
10년 전 조회 1,768
10년 전 조회 2,068
10년 전 조회 1,755
10년 전 조회 1,589
10년 전 조회 2,997
10년 전 조회 2,125
10년 전 조회 2,212
10년 전 조회 1,982
10년 전 조회 2,258
10년 전 조회 2,118
10년 전 조회 1,876
10년 전 조회 2,313
10년 전 조회 2,769
10년 전 조회 2,189
10년 전 조회 2,080
10년 전 조회 2,065
10년 전 조회 2,020
10년 전 조회 2,667
10년 전 조회 2,591
10년 전 조회 1,646
10년 전 조회 2,048
10년 전 조회 1,632
10년 전 조회 1,978
10년 전 조회 3,442
10년 전 조회 2,014
10년 전 조회 4,085
10년 전 조회 2,695
10년 전 조회 2,319
10년 전 조회 1,678
10년 전 조회 2,042
10년 전 조회 2,340
10년 전 조회 2,763
10년 전 조회 4,075
10년 전 조회 2,884
10년 전 조회 3,025
10년 전 조회 3,494
10년 전 조회 5,141
10년 전 조회 2,707
10년 전 조회 1,878
10년 전 조회 3,587
10년 전 조회 2,035
10년 전 조회 2,280
10년 전 조회 3,022
10년 전 조회 1,910
10년 전 조회 1,925
10년 전 조회 4,221
10년 전 조회 1,936
10년 전 조회 1,831
10년 전 조회 1,838
10년 전 조회 1,733
10년 전 조회 2,248
10년 전 조회 1,968
10년 전 조회 1,847
10년 전 조회 1,984
10년 전 조회 2,501
10년 전 조회 3,338
10년 전 조회 2,387
10년 전 조회 2,637
10년 전 조회 3,170
10년 전 조회 2,555
10년 전 조회 2,360
10년 전 조회 2,287
10년 전 조회 5,163
10년 전 조회 1,967
10년 전 조회 2,293
10년 전 조회 2,831
10년 전 조회 2,288
10년 전 조회 3,970
10년 전 조회 2,216
10년 전 조회 2,178
10년 전 조회 2,250
10년 전 조회 5,818
10년 전 조회 2,120
10년 전 조회 3,681
10년 전 조회 2,974
10년 전 조회 3,600
10년 전 조회 3,224
10년 전 조회 3,917
10년 전 조회 2,095
10년 전 조회 2,386
10년 전 조회 4,173
10년 전 조회 2,549
10년 전 조회 1,943
10년 전 조회 2,925
10년 전 조회 2,666
10년 전 조회 2,407
10년 전 조회 2,383
10년 전 조회 2,604
10년 전 조회 2,239
10년 전 조회 1,840
10년 전 조회 2,587
10년 전 조회 3,034
10년 전 조회 2,588