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,335
10년 전 조회 2,252
10년 전 조회 1,924
10년 전 조회 2,263
10년 전 조회 2,064
10년 전 조회 1,840
10년 전 조회 2,433
10년 전 조회 1,861
10년 전 조회 2,146
10년 전 조회 1,851
10년 전 조회 1,675
10년 전 조회 3,091
10년 전 조회 2,214
10년 전 조회 2,296
10년 전 조회 2,076
10년 전 조회 2,325
10년 전 조회 2,222
10년 전 조회 1,962
10년 전 조회 2,384
10년 전 조회 2,860
10년 전 조회 2,281
10년 전 조회 2,164
10년 전 조회 2,175
10년 전 조회 2,109
10년 전 조회 2,758
10년 전 조회 2,681
10년 전 조회 1,729
10년 전 조회 2,146
10년 전 조회 1,726
10년 전 조회 2,073
10년 전 조회 3,519
10년 전 조회 2,112
10년 전 조회 4,198
10년 전 조회 2,786
10년 전 조회 2,417
10년 전 조회 1,761
10년 전 조회 2,140
10년 전 조회 2,420
10년 전 조회 2,838
10년 전 조회 4,167
10년 전 조회 2,961
10년 전 조회 3,115
10년 전 조회 3,591
10년 전 조회 5,235
10년 전 조회 2,795
10년 전 조회 1,970
10년 전 조회 3,682
10년 전 조회 2,119
10년 전 조회 2,374
10년 전 조회 3,121
10년 전 조회 2,008
10년 전 조회 2,022
10년 전 조회 4,303
10년 전 조회 2,037
10년 전 조회 1,917
10년 전 조회 1,938
10년 전 조회 1,839
10년 전 조회 2,354
10년 전 조회 2,059
10년 전 조회 1,948
10년 전 조회 2,086
10년 전 조회 2,606
10년 전 조회 3,431
10년 전 조회 2,495
10년 전 조회 2,757
10년 전 조회 3,277
10년 전 조회 2,656
10년 전 조회 2,450
10년 전 조회 2,386
10년 전 조회 5,272
10년 전 조회 2,061
10년 전 조회 2,385
10년 전 조회 2,919
10년 전 조회 2,386
10년 전 조회 4,067
10년 전 조회 2,302
10년 전 조회 2,255
10년 전 조회 2,352
10년 전 조회 5,913
10년 전 조회 2,217
10년 전 조회 3,782
10년 전 조회 3,072
10년 전 조회 3,708
10년 전 조회 3,337
10년 전 조회 4,017
10년 전 조회 2,185
10년 전 조회 2,466
10년 전 조회 4,282
10년 전 조회 2,650
10년 전 조회 2,033
10년 전 조회 3,012
10년 전 조회 2,760
10년 전 조회 2,498
10년 전 조회 2,469
10년 전 조회 2,674
10년 전 조회 2,333
10년 전 조회 1,924
10년 전 조회 2,676
10년 전 조회 3,123
10년 전 조회 2,687