COMING SOON 🚀

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,083
10년 전 조회 1,999
10년 전 조회 1,683
10년 전 조회 2,044
10년 전 조회 1,825
10년 전 조회 1,574
10년 전 조회 2,192
10년 전 조회 1,625
10년 전 조회 1,917
10년 전 조회 1,589
10년 전 조회 1,446
10년 전 조회 2,855
10년 전 조회 1,960
10년 전 조회 2,085
10년 전 조회 1,805
10년 전 조회 2,119
10년 전 조회 1,961
10년 전 조회 1,718
10년 전 조회 2,167
10년 전 조회 2,627
10년 전 조회 2,033
10년 전 조회 1,907
10년 전 조회 1,883
10년 전 조회 1,852
10년 전 조회 2,502
10년 전 조회 2,434
10년 전 조회 1,486
10년 전 조회 1,893
10년 전 조회 1,476
10년 전 조회 1,813
10년 전 조회 3,284
10년 전 조회 1,842
10년 전 조회 3,905
10년 전 조회 2,524
10년 전 조회 2,133
10년 전 조회 1,500
10년 전 조회 1,870
10년 전 조회 2,174
10년 전 조회 2,608
10년 전 조회 3,932
10년 전 조회 2,733
10년 전 조회 2,868
10년 전 조회 3,326
10년 전 조회 4,958
10년 전 조회 2,575
10년 전 조회 1,724
10년 전 조회 3,429
10년 전 조회 1,847
10년 전 조회 2,089
10년 전 조회 2,869
10년 전 조회 1,755
10년 전 조회 1,774
10년 전 조회 4,080
10년 전 조회 1,792
10년 전 조회 1,682
10년 전 조회 1,667
10년 전 조회 1,561
10년 전 조회 2,102
10년 전 조회 1,820
10년 전 조회 1,707
10년 전 조회 1,835
10년 전 조회 2,339
10년 전 조회 3,203
10년 전 조회 2,219
10년 전 조회 2,477
10년 전 조회 3,035
10년 전 조회 2,400
10년 전 조회 2,221
10년 전 조회 2,132
10년 전 조회 5,028
10년 전 조회 1,820
10년 전 조회 2,137
10년 전 조회 2,690
10년 전 조회 2,141
10년 전 조회 3,839
10년 전 조회 2,085
10년 전 조회 2,034
10년 전 조회 2,114
10년 전 조회 5,668
10년 전 조회 1,978
10년 전 조회 3,543
10년 전 조회 2,826
10년 전 조회 3,472
10년 전 조회 3,060
10년 전 조회 3,779
10년 전 조회 1,926
10년 전 조회 2,226
10년 전 조회 4,030
10년 전 조회 2,405
10년 전 조회 1,783
10년 전 조회 2,779
10년 전 조회 2,516
10년 전 조회 2,248
10년 전 조회 2,201
10년 전 조회 2,428
10년 전 조회 2,095
10년 전 조회 1,694
10년 전 조회 2,447
10년 전 조회 2,904
10년 전 조회 2,453