Skip to content

Commit

Permalink
add info if orientation is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
dipikabh committed Sep 20, 2024
1 parent 4c2e6fe commit 5490499
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/en-us/web/manifest/orientation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<div class="container">
<div class="orientation">
Expand Down

0 comments on commit 5490499

Please sign in to comment.