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,131
10년 전 조회 2,042
10년 전 조회 1,733
10년 전 조회 2,074
10년 전 조회 1,866
10년 전 조회 1,622
10년 전 조회 2,241
10년 전 조회 1,667
10년 전 조회 1,968
10년 전 조회 1,629
10년 전 조회 1,483
10년 전 조회 2,901
10년 전 조회 2,018
10년 전 조회 2,122
10년 전 조회 1,851
10년 전 조회 2,161
10년 전 조회 2,005
10년 전 조회 1,767
10년 전 조회 2,209
10년 전 조회 2,670
10년 전 조회 2,089
10년 전 조회 1,950
10년 전 조회 1,925
10년 전 조회 1,905
10년 전 조회 2,551
10년 전 조회 2,485
10년 전 조회 1,534
10년 전 조회 1,949
10년 전 조회 1,523
10년 전 조회 1,862
10년 전 조회 3,341
10년 전 조회 1,891
10년 전 조회 3,962
10년 전 조회 2,578
10년 전 조회 2,198
10년 전 조회 1,555
10년 전 조회 1,929
10년 전 조회 2,235
10년 전 조회 2,653
10년 전 조회 3,980
10년 전 조회 2,774
10년 전 조회 2,930
10년 전 조회 3,380
10년 전 조회 5,026
10년 전 조회 2,612
10년 전 조회 1,779
10년 전 조회 3,487
10년 전 조회 1,915
10년 전 조회 2,152
10년 전 조회 2,915
10년 전 조회 1,811
10년 전 조회 1,815
10년 전 조회 4,125
10년 전 조회 1,837
10년 전 조회 1,737
10년 전 조회 1,723
10년 전 조회 1,620
10년 전 조회 2,153
10년 전 조회 1,872
10년 전 조회 1,751
10년 전 조회 1,889
10년 전 조회 2,404
10년 전 조회 3,244
10년 전 조회 2,279
10년 전 조회 2,527
10년 전 조회 3,075
10년 전 조회 2,443
10년 전 조회 2,276
10년 전 조회 2,175
10년 전 조회 5,072
10년 전 조회 1,870
10년 전 조회 2,186
10년 전 조회 2,739
10년 전 조회 2,181
10년 전 조회 3,877
10년 전 조회 2,126
10년 전 조회 2,081
10년 전 조회 2,162
10년 전 조회 5,714
10년 전 조회 2,018
10년 전 조회 3,579
10년 전 조회 2,873
10년 전 조회 3,503
10년 전 조회 3,102
10년 전 조회 3,826
10년 전 조회 1,976
10년 전 조회 2,281
10년 전 조회 4,065
10년 전 조회 2,451
10년 전 조회 1,843
10년 전 조회 2,824
10년 전 조회 2,567
10년 전 조회 2,288
10년 전 조회 2,249
10년 전 조회 2,489
10년 전 조회 2,138
10년 전 조회 1,748
10년 전 조회 2,507
10년 전 조회 2,947
10년 전 조회 2,489