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년 전 조회 1,827
10년 전 조회 1,764
10년 전 조회 1,429
10년 전 조회 1,764
10년 전 조회 1,576
10년 전 조회 1,319
10년 전 조회 1,920
10년 전 조회 1,359
10년 전 조회 1,677
10년 전 조회 1,325
10년 전 조회 1,177
10년 전 조회 2,584
10년 전 조회 1,684
10년 전 조회 1,755
10년 전 조회 1,524
10년 전 조회 1,787
10년 전 조회 1,632
10년 전 조회 1,420
10년 전 조회 1,850
10년 전 조회 2,300
10년 전 조회 1,693
10년 전 조회 1,579
10년 전 조회 1,603
10년 전 조회 1,544
10년 전 조회 2,212
10년 전 조회 2,119
10년 전 조회 1,187
10년 전 조회 1,598
10년 전 조회 1,154
10년 전 조회 1,510
10년 전 조회 2,998
10년 전 조회 1,531
10년 전 조회 3,588
10년 전 조회 2,224
10년 전 조회 1,836
10년 전 조회 1,204
10년 전 조회 1,554
10년 전 조회 1,850
10년 전 조회 2,283
10년 전 조회 3,589
10년 전 조회 2,418
10년 전 조회 2,546
10년 전 조회 3,015
10년 전 조회 4,661
10년 전 조회 2,238
10년 전 조회 1,413
10년 전 조회 3,155
10년 전 조회 1,527
10년 전 조회 1,772
10년 전 조회 2,553
10년 전 조회 1,430
10년 전 조회 1,450
10년 전 조회 3,749
10년 전 조회 1,466
10년 전 조회 1,330
10년 전 조회 1,314
10년 전 조회 1,224
10년 전 조회 1,755
10년 전 조회 1,494
10년 전 조회 1,370
10년 전 조회 1,480
10년 전 조회 1,977
10년 전 조회 2,933
10년 전 조회 1,896
10년 전 조회 2,133
10년 전 조회 2,696
10년 전 조회 2,071
10년 전 조회 1,880
10년 전 조회 1,824
10년 전 조회 4,691
10년 전 조회 1,467
10년 전 조회 1,801
10년 전 조회 2,343
10년 전 조회 1,805
10년 전 조회 3,544
10년 전 조회 1,771
10년 전 조회 1,674
10년 전 조회 1,778
10년 전 조회 5,324
10년 전 조회 1,628
10년 전 조회 3,199
10년 전 조회 2,471
10년 전 조회 3,143
10년 전 조회 2,729
10년 전 조회 3,453
10년 전 조회 1,594
10년 전 조회 1,887
10년 전 조회 3,695
10년 전 조회 2,039
10년 전 조회 1,432
10년 전 조회 2,436
10년 전 조회 2,182
10년 전 조회 1,911
10년 전 조회 1,865
10년 전 조회 2,079
10년 전 조회 1,718
10년 전 조회 1,364
10년 전 조회 2,131
10년 전 조회 2,593
10년 전 조회 2,133