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