BigScreen
BigScreen copied to clipboard
A simple library for using the JavaScript Full Screen API.
@bdougherty Brad, I understand you don't have time to continue work on this library. That's sad, but of course, it's OK Remains the question what to do with that. Would...
It looks like some of the files may have changed as the request fails.
## Beep boop. Your images are optimized! Your image file size has been reduced by **3%** 🎉 Details | File | Before | After | Percent reduction | |:--|:--|:--|:--| |...
I've noticed on my iframe content that document.webkitFullscreenEnabled is undefined when using the developer tools in Safari. Thus, using webkitFullscreenEnabled to determine if BigScreen.enabled is true will NOT work. There...
Hi, I have the problem when firefox says "Request for full-screen was denied because Element.requestFullScreen() was not called from inside a short running" I tried without taking out the element...
I haven't nailed down why this is happening, but these events are not being fired. This issue affects Firefox only. I tested this in Firefox 45.0 -- but I suspect...
There's a bug on exiting full screen from within a full-screened iframe nested in a previously full-screened document. This bug shows up in Webkit browsers like Chrome or Opera (I...
BigScreen.onexit = function() { //Do Something }; This method is working on latest version of chrome & in IE, but not on firefox. Using latest Bigscreen version v2.0.5
Instead of having to replace the actual `onenter`, `onchange`, `onexit`, `onerror` functions right on the `BigScreen` object, now you can subscribe to them like: `BigScreen.on('enter', function() { ... })`