fscreen icon indicating copy to clipboard operation
fscreen copied to clipboard

Vendor agnostic access to the Fullscreen API

Results 6 fscreen issues
Sort by recently updated
recently updated
newest added

I've used `fscreen` in a Svelte component to wrap content (e.g., ``) so that a user can zoom in and out of full screen. I've added a YouTube video to...

Hello, and thanks for the library On safari (15.3) on macos (11.6.4), and possibly on ios too, Enabling and disabling fullscreen triggers a "visibilitychange" event. It doesn't on Chrome and...

this is a very useful library. Yet I noticed that in Android Chrome it fails to hide the navigation bar. In order to do that, _navigationUI: 'hide'_ option needs to...

...to match [the spec](https://fullscreen.spec.whatwg.org/#api). Thanks!

Excellent library, thanks. The Fullscreen API also supports fullscreenchange event directly on an Element (not just on the Document), it would be great to add this to fscreen, as I...

Following the example app and found that on both Safari & Chrome iOS, `fscreen.fullscreenEnabled` is always false. The native API responds false as well so I don't think it's this...