Cant Switch To Fullscreen Mode From An Iframe
I have a Backbone view with a button that should make the view goto fullscreen on click. I'm using screenfull.js, and I cant see any different from the examples and my code. But co
Solution 1:
The problem is that the app runs in an iframe. Adding the allowFullScreen="true"
attribute to the iframe fixes the bug.
Post a Comment for "Cant Switch To Fullscreen Mode From An Iframe"