Fix PWA orientation

To respect locked orientation on the OS

See https://w3c.github.io/screen-orientation/#screen-orientation-types
This commit is contained in:
Chocobozzz 2024-07-29 08:43:39 +02:00
parent 846c0bcd34
commit 65aa1c2571
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"theme_color": "#fff",
"description": "A federated video streaming platform using P2P",
"display": "standalone",
"orientation": "any",
"orientation": "default",
"icons": [
{
"src": "/client/assets/images/icons/icon-36x36.png",