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

{{APIRef("Fullscreen API")}}

+ +

当调用{{DOMxRef("Element.requestFullscreen", "requestFullscreen()")}} 元素以将该元素置于全屏模式时,使用 FullscreenOptions 字典提供配置选项。

+ +

属性

+ +
+
{{DOMxRef("FullscreenOptions.navigationUI", "navigationUI")}}{{Optional_Inline}}
+
在元素处于全屏模式时,控制是否保持浏览器用户界面元素可见的字符串。默认的“auto”让浏览器做出这个决定。
+
+ +

浏览器兼容性

+ + + +

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

+ +

另请参阅

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