mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
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:
parent
1dea1bd09d
commit
06e262c870
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue