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년 전 조회 1,984
10년 전 조회 1,916
10년 전 조회 1,593
10년 전 조회 1,949
10년 전 조회 1,738
10년 전 조회 1,479
10년 전 조회 2,088
10년 전 조회 1,537
10년 전 조회 1,821
10년 전 조회 1,491
10년 전 조회 1,343
10년 전 조회 2,753
10년 전 조회 1,872
10년 전 조회 1,990
10년 전 조회 1,717
10년 전 조회 2,005
10년 전 조회 1,858
10년 전 조회 1,627
10년 전 조회 2,061
10년 전 조회 2,523
10년 전 조회 1,918
10년 전 조회 1,812
10년 전 조회 1,806
10년 전 조회 1,759
10년 전 조회 2,415
10년 전 조회 2,328
10년 전 조회 1,398
10년 전 조회 1,798
10년 전 조회 1,365
10년 전 조회 1,718
10년 전 조회 3,175
10년 전 조회 1,740
10년 전 조회 3,799
10년 전 조회 2,425
10년 전 조회 2,043
10년 전 조회 1,407
10년 전 조회 1,752
10년 전 조회 2,073
10년 전 조회 2,490
10년 전 조회 3,818
10년 전 조회 2,627
10년 전 조회 2,770
10년 전 조회 3,225
10년 전 조회 4,855
10년 전 조회 2,473
10년 전 조회 1,613
10년 전 조회 3,323
10년 전 조회 1,724
10년 전 조회 1,973
10년 전 조회 2,751
10년 전 조회 1,619
10년 전 조회 1,653
10년 전 조회 3,971
10년 전 조회 1,693
10년 전 조회 1,562
10년 전 조회 1,556
10년 전 조회 1,435
10년 전 조회 1,977
10년 전 조회 1,694
10년 전 조회 1,587
10년 전 조회 1,716
10년 전 조회 2,216
10년 전 조회 3,091
10년 전 조회 2,104
10년 전 조회 2,371
10년 전 조회 2,914
10년 전 조회 2,283
10년 전 조회 2,106
10년 전 조회 2,022
10년 전 조회 4,917
10년 전 조회 1,700
10년 전 조회 2,015
10년 전 조회 2,582
10년 전 조회 2,025
10년 전 조회 3,744
10년 전 조회 1,980
10년 전 조회 1,914
10년 전 조회 1,998
10년 전 조회 5,558
10년 전 조회 1,859
10년 전 조회 3,427
10년 전 조회 2,695
10년 전 조회 3,359
10년 전 조회 2,942
10년 전 조회 3,667
10년 전 조회 1,815
10년 전 조회 2,113
10년 전 조회 3,915
10년 전 조회 2,276
10년 전 조회 1,654
10년 전 조회 2,654
10년 전 조회 2,402
10년 전 조회 2,141
10년 전 조회 2,082
10년 전 조회 2,307
10년 전 조회 1,946
10년 전 조회 1,589
10년 전 조회 2,324
10년 전 조회 2,802
10년 전 조회 2,353