fix: 🐛 natural PWA orientation
fixes chrome mobile rotating screen even when device rotation is off
This commit is contained in:
parent
5cc456941f
commit
ea954bdf4c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "#1f1d2e",
|
"background_color": "#1f1d2e",
|
||||||
"theme_color": "#31748f",
|
"theme_color": "#31748f",
|
||||||
"orientation": "any",
|
"orientation": "natural",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/static-assets/icons/192.png",
|
"src": "/static-assets/icons/192.png",
|
||||||
|
|
Loading…
Reference in a new issue