PWA, move to standalone (standard) to display the status bar

in fullscreen mode this is hidden:
- at top   : status bar (current time, app notifications, battery percent)
- at bottom: navigation keys
This commit is contained in:
Martin Filser 2023-01-14 22:26:51 +01:00
parent 1dea1bd09d
commit 06e262c870

View file

@ -508,7 +508,7 @@
"theme_color": "#000000",
"background_color": "#000000",
"start_url": "sign-in",
"display": "fullscreen",
"display": "standalone",
"orientation": "any",
"categories": [
"productivity"
@ -519,6 +519,6 @@
"scope": "https://boards.wekan.team",
"prefer_related_applications": false,
"display_override": [
"fullscreen"
"standalone"
]
}