From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pt-br/web/api/fullscreenoptions/index.html | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 files/pt-br/web/api/fullscreenoptions/index.html (limited to 'files/pt-br/web/api/fullscreenoptions') diff --git a/files/pt-br/web/api/fullscreenoptions/index.html b/files/pt-br/web/api/fullscreenoptions/index.html new file mode 100644 index 0000000000..9a85830521 --- /dev/null +++ b/files/pt-br/web/api/fullscreenoptions/index.html @@ -0,0 +1,29 @@ +--- +title: FullscreenOptions +slug: Web/API/FullscreenOptions +translation_of: Web/API/FullscreenOptions +--- +

{{APIRef("Fullscreen API")}}

+ +

O dicionário FullscreenOptions é usado para prover configurações quando chamado {{DOMxRef("Element.requestFullscreen", "requestFullscreen()")}} em um elemento para colocar este elmento em modo full-screen (tela inteira).

+ +

Propriedades

+ +
+
{{DOMxRef("FullscreenOptions.navigationUI", "navigationUI")}}{{Optional_Inline}}
+
Uma string controlando se deve ou não manter elementos da interface do usuário do navegador visíveis enquanto estiver no modo full-screen. O modo padrão, "auto", deixa que o navegador faça esta decisão.
+
+ +

Compatibilidade dos Navegadores

+ + + +

{{Compat("api.FullscreenOptions")}}

+ +

Veja Também

+ + -- cgit v1.2.3-54-g00ecf