iOS-Specific Considerations HTMLMediaElement Fullscreen HTML5 video iOS-Specific Considerations / Optimization for Small Screens 에서 “Video is not presented within the webpage. (웹 페이지내에서 비디오는 지원하지 않는다)” / iPhone, iPod iPhone WebPage에서 webkitExitFullscreen() 이벤트 (function(){ if (navigator.userAgent.match(/iPhone|iPod/i)) { var vid = document.getElementById('video'); # iPhone 에서 webkitExitFullscree..