From 549049958881887424abcb62c4577f1efff59860 Mon Sep 17 00:00:00 2001 From: Dipika Bhattacharya Date: Fri, 20 Sep 2024 14:37:40 -0400 Subject: [PATCH] add info if orientation is missing --- files/en-us/web/manifest/orientation/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/en-us/web/manifest/orientation/index.md b/files/en-us/web/manifest/orientation/index.md index 870d5117128e099..7767329fb618d5b 100644 --- a/files/en-us/web/manifest/orientation/index.md +++ b/files/en-us/web/manifest/orientation/index.md @@ -97,6 +97,8 @@ The `orientation` manifest member is used to specify the default screen orientat Use the `orientation` manifest member to specify how your web app should be displayed on devices with variable screen orientations. This is particularly useful for mobile devices and tablets, where users can rotate the device. +If the `orientation` member is not specified in the we app manifest or an invalid value is provided, the web app will typically use the device's natural orientation and any user or system-level orientation settings. Not specifying an orientation can be a deliberate choice, allowing your web app to adapt flexibly to different devices and user preferences. + ```html hidden