Web/API/FullscreenOptions

From Get docs

The FullscreenOptions dictionary is used to provide configuration options when calling requestFullscreen() on an element to place that element into full-screen mode.

Properties

navigationUIOptional
A string controlling whether or not to keep browser user interface elements visible while the element is in full-screen mode. The default, "auto", lets the browser make this decision.

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet
FullscreenOptions Chrome

Full support 71

Edge

Full support 79

Firefox

Full support 64

IE

No support No

Opera

?

Safari

?

WebView Android

Full support 71

Chrome Android

Full support 71

Firefox Android

Full support 64

Opera Android

?

Safari iOS

?

Samsung Internet Android

Full support 10.0

navigationUI Chrome

Full support 71

Edge

Full support 79

Firefox

Full support 64

IE

No support No

Opera

?

Safari

?

WebView Android

Full support 71

Chrome Android

Full support 71

Firefox Android

Full support 64

Opera Android

?

Safari iOS

?

Samsung Internet Android

Full support 10.0

Legend

Full support  
Full support
No support  
No support
Compatibility unknown  
Compatibility unknown


See also