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,221
10년 전 조회 2,130
10년 전 조회 1,818
10년 전 조회 2,153
10년 전 조회 1,940
10년 전 조회 1,715
10년 전 조회 2,316
10년 전 조회 1,746
10년 전 조회 2,048
10년 전 조회 1,729
10년 전 조회 1,579
10년 전 조회 2,981
10년 전 조회 2,103
10년 전 조회 2,197
10년 전 조회 1,959
10년 전 조회 2,237
10년 전 조회 2,098
10년 전 조회 1,864
10년 전 조회 2,295
10년 전 조회 2,745
10년 전 조회 2,173
10년 전 조회 2,055
10년 전 조회 2,036
10년 전 조회 1,996
10년 전 조회 2,643
10년 전 조회 2,572
10년 전 조회 1,622
10년 전 조회 2,026
10년 전 조회 1,606
10년 전 조회 1,955
10년 전 조회 3,419
10년 전 조회 1,992
10년 전 조회 4,054
10년 전 조회 2,679
10년 전 조회 2,290
10년 전 조회 1,654
10년 전 조회 2,017
10년 전 조회 2,311
10년 전 조회 2,737
10년 전 조회 4,055
10년 전 조회 2,863
10년 전 조회 3,009
10년 전 조회 3,473
10년 전 조회 5,118
10년 전 조회 2,683
10년 전 조회 1,856
10년 전 조회 3,564
10년 전 조회 2,002
10년 전 조회 2,253
10년 전 조회 2,997
10년 전 조회 1,895
10년 전 조회 1,899
10년 전 조회 4,201
10년 전 조회 1,914
10년 전 조회 1,814
10년 전 조회 1,821
10년 전 조회 1,716
10년 전 조회 2,226
10년 전 조회 1,950
10년 전 조회 1,825
10년 전 조회 1,968
10년 전 조회 2,476
10년 전 조회 3,311
10년 전 조회 2,357
10년 전 조회 2,605
10년 전 조회 3,150
10년 전 조회 2,527
10년 전 조회 2,347
10년 전 조회 2,260
10년 전 조회 5,144
10년 전 조회 1,944
10년 전 조회 2,263
10년 전 조회 2,819
10년 전 조회 2,263
10년 전 조회 3,945
10년 전 조회 2,193
10년 전 조회 2,154
10년 전 조회 2,229
10년 전 조회 5,794
10년 전 조회 2,097
10년 전 조회 3,655
10년 전 조회 2,951
10년 전 조회 3,575
10년 전 조회 3,198
10년 전 조회 3,901
10년 전 조회 2,068
10년 전 조회 2,373
10년 전 조회 4,152
10년 전 조회 2,525
10년 전 조회 1,923
10년 전 조회 2,906
10년 전 조회 2,646
10년 전 조회 2,384
10년 전 조회 2,361
10년 전 조회 2,588
10년 전 조회 2,223
10년 전 조회 1,819
10년 전 조회 2,569
10년 전 조회 3,015
10년 전 조회 2,570