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,128
10년 전 조회 2,039
10년 전 조회 1,730
10년 전 조회 2,074
10년 전 조회 1,866
10년 전 조회 1,622
10년 전 조회 2,240
10년 전 조회 1,665
10년 전 조회 1,967
10년 전 조회 1,628
10년 전 조회 1,482
10년 전 조회 2,899
10년 전 조회 2,016
10년 전 조회 2,121
10년 전 조회 1,850
10년 전 조회 2,160
10년 전 조회 2,005
10년 전 조회 1,763
10년 전 조회 2,207
10년 전 조회 2,669
10년 전 조회 2,088
10년 전 조회 1,944
10년 전 조회 1,923
10년 전 조회 1,904
10년 전 조회 2,549
10년 전 조회 2,480
10년 전 조회 1,534
10년 전 조회 1,949
10년 전 조회 1,522
10년 전 조회 1,861
10년 전 조회 3,338
10년 전 조회 1,887
10년 전 조회 3,961
10년 전 조회 2,576
10년 전 조회 2,196
10년 전 조회 1,554
10년 전 조회 1,929
10년 전 조회 2,233
10년 전 조회 2,648
10년 전 조회 3,977
10년 전 조회 2,772
10년 전 조회 2,929
10년 전 조회 3,379
10년 전 조회 5,019
10년 전 조회 2,612
10년 전 조회 1,779
10년 전 조회 3,486
10년 전 조회 1,912
10년 전 조회 2,148
10년 전 조회 2,913
10년 전 조회 1,808
10년 전 조회 1,814
10년 전 조회 4,124
10년 전 조회 1,835
10년 전 조회 1,733
10년 전 조회 1,721
10년 전 조회 1,619
10년 전 조회 2,150
10년 전 조회 1,869
10년 전 조회 1,750
10년 전 조회 1,886
10년 전 조회 2,402
10년 전 조회 3,242
10년 전 조회 2,277
10년 전 조회 2,524
10년 전 조회 3,075
10년 전 조회 2,443
10년 전 조회 2,275
10년 전 조회 2,171
10년 전 조회 5,071
10년 전 조회 1,869
10년 전 조회 2,184
10년 전 조회 2,735
10년 전 조회 2,177
10년 전 조회 3,876
10년 전 조회 2,124
10년 전 조회 2,078
10년 전 조회 2,158
10년 전 조회 5,711
10년 전 조회 2,018
10년 전 조회 3,575
10년 전 조회 2,872
10년 전 조회 3,502
10년 전 조회 3,101
10년 전 조회 3,825
10년 전 조회 1,976
10년 전 조회 2,278
10년 전 조회 4,065
10년 전 조회 2,449
10년 전 조회 1,841
10년 전 조회 2,821
10년 전 조회 2,563
10년 전 조회 2,285
10년 전 조회 2,248
10년 전 조회 2,483
10년 전 조회 2,138
10년 전 조회 1,747
10년 전 조회 2,505
10년 전 조회 2,944
10년 전 조회 2,485