From 656b288608a2986d8502fa618f43fb520c052d5c Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Thu, 3 Aug 2023 10:42:52 +1000 Subject: [PATCH] docs: fixup legacy window.orientation --- demo/index.html | 128 ++++++++++++++++++++++++------------------------ 1 file changed, 64 insertions(+), 64 deletions(-) diff --git a/demo/index.html b/demo/index.html index aecb2f9..1980f34 100644 --- a/demo/index.html +++ b/demo/index.html @@ -63,19 +63,66 @@ font-size: medium; } + +

Screen Orientation Lock API Demo

+

+ This demo shows how to use the + Screen Orientation Lock API + to lock the screen orientation to portrait or landscape. +

+
+
+
+ +

+ Current screen orientation: + unknown + (angle is not available). +

+

+ Legacy window.orientation value: + + angle is not available. + +

+
+
+
+ +
+ - -

Screen Orientation Lock API Demo

-

- This demo shows how to use the - Screen Orientation Lock API - to lock the screen orientation to portrait or landscape. -

-
-
-
- -

- Current screen orientation: - unknown - (angle is not available). -

-

- Legacy window.orientation value: - - angle is not available. - -

-
-
-
- -
-