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,352
10년 전 조회 2,266
10년 전 조회 1,941
10년 전 조회 2,274
10년 전 조회 2,081
10년 전 조회 1,854
10년 전 조회 2,447
10년 전 조회 1,868
10년 전 조회 2,158
10년 전 조회 1,867
10년 전 조회 1,685
10년 전 조회 3,104
10년 전 조회 2,226
10년 전 조회 2,303
10년 전 조회 2,086
10년 전 조회 2,339
10년 전 조회 2,235
10년 전 조회 1,982
10년 전 조회 2,402
10년 전 조회 2,873
10년 전 조회 2,290
10년 전 조회 2,181
10년 전 조회 2,190
10년 전 조회 2,126
10년 전 조회 2,773
10년 전 조회 2,694
10년 전 조회 1,741
10년 전 조회 2,163
10년 전 조회 1,736
10년 전 조회 2,081
10년 전 조회 3,532
10년 전 조회 2,129
10년 전 조회 4,210
10년 전 조회 2,801
10년 전 조회 2,426
10년 전 조회 1,771
10년 전 조회 2,153
10년 전 조회 2,430
10년 전 조회 2,848
10년 전 조회 4,182
10년 전 조회 2,970
10년 전 조회 3,125
10년 전 조회 3,602
10년 전 조회 5,243
10년 전 조회 2,811
10년 전 조회 1,981
10년 전 조회 3,698
10년 전 조회 2,132
10년 전 조회 2,380
10년 전 조회 3,138
10년 전 조회 2,018
10년 전 조회 2,031
10년 전 조회 4,324
10년 전 조회 2,057
10년 전 조회 1,926
10년 전 조회 1,950
10년 전 조회 1,855
10년 전 조회 2,368
10년 전 조회 2,073
10년 전 조회 1,960
10년 전 조회 2,091
10년 전 조회 2,615
10년 전 조회 3,448
10년 전 조회 2,509
10년 전 조회 2,768
10년 전 조회 3,289
10년 전 조회 2,675
10년 전 조회 2,466
10년 전 조회 2,399
10년 전 조회 5,282
10년 전 조회 2,072
10년 전 조회 2,396
10년 전 조회 2,931
10년 전 조회 2,403
10년 전 조회 4,080
10년 전 조회 2,313
10년 전 조회 2,264
10년 전 조회 2,369
10년 전 조회 5,930
10년 전 조회 2,235
10년 전 조회 3,794
10년 전 조회 3,087
10년 전 조회 3,719
10년 전 조회 3,354
10년 전 조회 4,031
10년 전 조회 2,203
10년 전 조회 2,478
10년 전 조회 4,297
10년 전 조회 2,667
10년 전 조회 2,046
10년 전 조회 3,028
10년 전 조회 2,775
10년 전 조회 2,509
10년 전 조회 2,485
10년 전 조회 2,691
10년 전 조회 2,346
10년 전 조회 1,936
10년 전 조회 2,688
10년 전 조회 3,132
10년 전 조회 2,704