-
Hi guys. I have a button that in which I attach the event for the click to go fullscreen.
I can enter fullscreen mode but then as soon as I click on something, the fullscreen is exit. Is it its norma…
-
Android chrome stable now support full screen mode but this isn't detected though screenfull.enable.
-
Hi,
this doesn't seem to work on mobile or tablet devices?
Thanks.
-
It would be super helpful to get support for multiple callbacks for the onChange callback, as it's quite likely that you want to have multiple places in your application listening for screen changes. …
-
Hi, I have embedded the screenfull.js code into a javascript object, and works deluxe in Safari, Chrome, Opera & Mozilla navigators, but.. on Internet explorer 8 this doesn't work.
In the docs, I see…
Jb27 updated
11 years ago
-
STR:
- open http://sindresorhus.com/screenfull.js/
- press F11. (Goes fullscreen)
Expected behavior: "Is fullscreen: true".
Actual behavior: "Is fullscreen: false".
This is the case in latest Chrom…
-
When trying to register a package using an https url, Bower fails with a generic error message.
```
bower register screenfull https://github.com/sindresorhus/screenfull.js.git
bower error Incorrect f…
-
How can I call this on the image that is contained within the href value of a link that has been clicked?
For instance my UI looks like this...
```
```
And I have tried this to get this to work...…
-
Find [here](https://github.com/jeluard/screenfulljs-webjar) a webjar for [screenfull.js](http://sindresorhus.com/screenfull.js/).
-
Currently fullscreen only works in Chrome and not Safari/Webkit. It's a little bit of work, but you can support both easily.
I've got my own fork of this, if I fix it first I'll let you know.