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,809
10년 전 조회 1,738
10년 전 조회 1,412
10년 전 조회 1,743
10년 전 조회 1,548
10년 전 조회 1,295
10년 전 조회 1,899
10년 전 조회 1,341
10년 전 조회 1,657
10년 전 조회 1,301
10년 전 조회 1,166
10년 전 조회 2,568
10년 전 조회 1,667
10년 전 조회 1,729
10년 전 조회 1,501
10년 전 조회 1,767
10년 전 조회 1,612
10년 전 조회 1,403
10년 전 조회 1,834
10년 전 조회 2,277
10년 전 조회 1,670
10년 전 조회 1,560
10년 전 조회 1,577
10년 전 조회 1,531
10년 전 조회 2,195
10년 전 조회 2,092
10년 전 조회 1,168
10년 전 조회 1,570
10년 전 조회 1,133
10년 전 조회 1,494
10년 전 조회 2,980
10년 전 조회 1,515
10년 전 조회 3,568
10년 전 조회 2,199
10년 전 조회 1,817
10년 전 조회 1,184
10년 전 조회 1,539
10년 전 조회 1,831
10년 전 조회 2,260
10년 전 조회 3,567
10년 전 조회 2,394
10년 전 조회 2,524
10년 전 조회 2,997
10년 전 조회 4,639
10년 전 조회 2,218
10년 전 조회 1,390
10년 전 조회 3,144
10년 전 조회 1,507
10년 전 조회 1,743
10년 전 조회 2,526
10년 전 조회 1,402
10년 전 조회 1,432
10년 전 조회 3,730
10년 전 조회 1,441
10년 전 조회 1,311
10년 전 조회 1,292
10년 전 조회 1,201
10년 전 조회 1,730
10년 전 조회 1,473
10년 전 조회 1,352
10년 전 조회 1,462
10년 전 조회 1,944
10년 전 조회 2,921
10년 전 조회 1,872
10년 전 조회 2,106
10년 전 조회 2,678
10년 전 조회 2,051
10년 전 조회 1,860
10년 전 조회 1,795
10년 전 조회 4,670
10년 전 조회 1,445
10년 전 조회 1,785
10년 전 조회 2,324
10년 전 조회 1,788
10년 전 조회 3,513
10년 전 조회 1,751
10년 전 조회 1,648
10년 전 조회 1,749
10년 전 조회 5,305
10년 전 조회 1,603
10년 전 조회 3,171
10년 전 조회 2,443
10년 전 조회 3,119
10년 전 조회 2,703
10년 전 조회 3,430
10년 전 조회 1,580
10년 전 조회 1,865
10년 전 조회 3,674
10년 전 조회 2,016
10년 전 조회 1,408
10년 전 조회 2,416
10년 전 조회 2,158
10년 전 조회 1,882
10년 전 조회 1,843
10년 전 조회 2,052
10년 전 조회 1,700
10년 전 조회 1,341
10년 전 조회 2,118
10년 전 조회 2,583
10년 전 조회 2,112