bdougherty / BigScreen

A simple library for using the JavaScript Full Screen API.
https://brad.is/coding/BigScreen/
MIT License
710 stars 77 forks source link

Fix firefox not allowing full screen #26

Open antonelepfl opened 7 years ago

antonelepfl commented 7 years ago

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 and it works. Let me know if there is any other way to fix it.