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,380
10년 전 조회 2,303
10년 전 조회 1,975
10년 전 조회 2,302
10년 전 조회 2,115
10년 전 조회 1,887
10년 전 조회 2,479
10년 전 조회 1,904
10년 전 조회 2,192
10년 전 조회 1,899
10년 전 조회 1,721
10년 전 조회 3,135
10년 전 조회 2,256
10년 전 조회 2,334
10년 전 조회 2,125
10년 전 조회 2,368
10년 전 조회 2,267
10년 전 조회 2,008
10년 전 조회 2,425
10년 전 조회 2,902
10년 전 조회 2,323
10년 전 조회 2,222
10년 전 조회 2,221
10년 전 조회 2,163
10년 전 조회 2,795
10년 전 조회 2,720
10년 전 조회 1,769
10년 전 조회 2,190
10년 전 조회 1,758
10년 전 조회 2,115
10년 전 조회 3,555
10년 전 조회 2,156
10년 전 조회 4,245
10년 전 조회 2,838
10년 전 조회 2,453
10년 전 조회 1,804
10년 전 조회 2,180
10년 전 조회 2,465
10년 전 조회 2,871
10년 전 조회 4,214
10년 전 조회 2,995
10년 전 조회 3,145
10년 전 조회 3,630
10년 전 조회 5,269
10년 전 조회 2,836
10년 전 조회 1,999
10년 전 조회 3,725
10년 전 조회 2,161
10년 전 조회 2,409
10년 전 조회 3,167
10년 전 조회 2,042
10년 전 조회 2,055
10년 전 조회 4,352
10년 전 조회 2,094
10년 전 조회 1,964
10년 전 조회 1,990
10년 전 조회 1,883
10년 전 조회 2,403
10년 전 조회 2,106
10년 전 조회 1,992
10년 전 조회 2,129
10년 전 조회 2,659
10년 전 조회 3,484
10년 전 조회 2,538
10년 전 조회 2,809
10년 전 조회 3,325
10년 전 조회 2,710
10년 전 조회 2,486
10년 전 조회 2,432
10년 전 조회 5,318
10년 전 조회 2,123
10년 전 조회 2,435
10년 전 조회 2,964
10년 전 조회 2,433
10년 전 조회 4,119
10년 전 조회 2,348
10년 전 조회 2,291
10년 전 조회 2,403
10년 전 조회 5,962
10년 전 조회 2,268
10년 전 조회 3,822
10년 전 조회 3,123
10년 전 조회 3,752
10년 전 조회 3,387
10년 전 조회 4,055
10년 전 조회 2,236
10년 전 조회 2,514
10년 전 조회 4,326
10년 전 조회 2,691
10년 전 조회 2,083
10년 전 조회 3,068
10년 전 조회 2,810
10년 전 조회 2,538
10년 전 조회 2,518
10년 전 조회 2,725
10년 전 조회 2,377
10년 전 조회 1,969
10년 전 조회 2,717
10년 전 조회 3,162
10년 전 조회 2,730