html5-fullscreen

Can not scroll <body> while fullscreen is enabled in MS IE11

痴心易碎 提交于 2019-11-30 18:47:16
问题 I have a page with fixed header and footer using Bootstrap3. The content beneath is scrollable. The user may enable the fullscreen mode via F11 or a button (using the FullScreen-API). This works fine in Chrome and FF but has problems in IE11. Fullscreen with F11 works always fine. But toggling fullscreen mode with javascript causes my page to be placed at the top bottom with shrinked width and height when using IE11. My header and footer remain intact. <body> <header>Fixed</header> <main

Firefox fullscreen video append DOM elements

独自空忆成欢 提交于 2019-11-30 08:27:13
问题 no matter how I put elements in DOM as an overlay on html5 video (statically or dynamically), those elements in Firefox are not visible, although the z-index is set to 2147483647, opacity 1 and display block. See 2 similar answers, working in Chrome, but not in FF: Overlay on HTML5 Fullscreen Video Displaying elements other than fullscreen element (HTML5 fullscreen API) 回答1: To Display Overlay Element, instead of making video fullscreen, make parent of Video Element Fullscreen. See Example

Firefox fullscreen video append DOM elements

萝らか妹 提交于 2019-11-29 06:32:38
no matter how I put elements in DOM as an overlay on html5 video (statically or dynamically), those elements in Firefox are not visible, although the z-index is set to 2147483647, opacity 1 and display block. See 2 similar answers, working in Chrome, but not in FF: Overlay on HTML5 Fullscreen Video Displaying elements other than fullscreen element (HTML5 fullscreen API) To Display Overlay Element, instead of making video fullscreen, make parent of Video Element Fullscreen. See Example Here - https://jsfiddle.net/tv1981/tm069z9c/1/ In following structure, I am making 'container' fullscreen <div