W3cubDocs

/DOM

FullscreenOptions

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 compatibilityUpdate compatibility data on GitHub

Desktop
Chrome Edge Firefox Internet Explorer Opera Safari
Basic support 71 No 64 No ? ?
navigationUI 71 No 64 No ? ?
Mobile
Android webview Chrome for Android Edge Mobile Firefox for Android Opera for Android iOS Safari Samsung Internet
Basic support 71 71 No 64 ? ? ?
navigationUI 71 71 No 64 ? ? ?

See also

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/FullscreenOptions