Fullscreen-API-Polyfill
Fullscreen-API-Polyfill copied to clipboard
chorme 69 I think maybe you forgot to register the event of w3.events.change. Because I can see only "dispatch w3.events.change" but none of "addEventListener w3.events.change" in your source code. My...
Hi, I noticed that you have not published your latest IE11 fixes as new release (1.1.1) I was using your latest tag 1.1.0 which comes from Bower. Could you fix...
Gecko adds CSS styles to make the element 100% wide and high. Webkit doesn't.
I see no support for webkitEnterFullscreen and friends; in particular webkitDisplayingFullscreen requires a different approach to polyfill, because its a property of an element, not of the document.