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,200
10년 전 조회 2,108
10년 전 조회 1,800
10년 전 조회 2,138
10년 전 조회 1,919
10년 전 조회 1,693
10년 전 조회 2,299
10년 전 조회 1,732
10년 전 조회 2,029
10년 전 조회 1,701
10년 전 조회 1,550
10년 전 조회 2,966
10년 전 조회 2,088
10년 전 조회 2,179
10년 전 조회 1,932
10년 전 조회 2,222
10년 전 조회 2,070
10년 전 조회 1,835
10년 전 조회 2,277
10년 전 조회 2,726
10년 전 조회 2,149
10년 전 조회 2,031
10년 전 조회 2,008
10년 전 조회 1,974
10년 전 조회 2,623
10년 전 조회 2,557
10년 전 조회 1,606
10년 전 조회 2,009
10년 전 조회 1,580
10년 전 조회 1,936
10년 전 조회 3,406
10년 전 조회 1,976
10년 전 조회 4,029
10년 전 조회 2,656
10년 전 조회 2,273
10년 전 조회 1,638
10년 전 조회 2,005
10년 전 조회 2,292
10년 전 조회 2,724
10년 전 조회 4,045
10년 전 조회 2,843
10년 전 조회 2,996
10년 전 조회 3,449
10년 전 조회 5,091
10년 전 조회 2,666
10년 전 조회 1,840
10년 전 조회 3,555
10년 전 조회 1,983
10년 전 조회 2,237
10년 전 조회 2,975
10년 전 조회 1,882
10년 전 조회 1,877
10년 전 조회 4,181
10년 전 조회 1,904
10년 전 조회 1,799
10년 전 조회 1,800
10년 전 조회 1,695
10년 전 조회 2,207
10년 전 조회 1,938
10년 전 조회 1,815
10년 전 조회 1,955
10년 전 조회 2,462
10년 전 조회 3,298
10년 전 조회 2,338
10년 전 조회 2,589
10년 전 조회 3,133
10년 전 조회 2,512
10년 전 조회 2,336
10년 전 조회 2,241
10년 전 조회 5,135
10년 전 조회 1,926
10년 전 조회 2,248
10년 전 조회 2,800
10년 전 조회 2,247
10년 전 조회 3,926
10년 전 조회 2,188
10년 전 조회 2,133
10년 전 조회 2,210
10년 전 조회 5,772
10년 전 조회 2,082
10년 전 조회 3,640
10년 전 조회 2,935
10년 전 조회 3,559
10년 전 조회 3,176
10년 전 조회 3,880
10년 전 조회 2,043
10년 전 조회 2,351
10년 전 조회 4,136
10년 전 조회 2,507
10년 전 조회 1,899
10년 전 조회 2,882
10년 전 조회 2,631
10년 전 조회 2,366
10년 전 조회 2,335
10년 전 조회 2,564
10년 전 조회 2,203
10년 전 조회 1,804
10년 전 조회 2,551
10년 전 조회 2,997
10년 전 조회 2,545