Parcourir la source

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

Thanks to mfilser !

Related https://github.com/wekan/wekan/pull/5484
Lauri Ojansivu il y a 11 mois
Parent
commit
ca5a579e22
2 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. 2 0
      CHANGELOG.md
  2. 2 2
      public/site.webmanifest

+ 2 - 0
CHANGELOG.md

@@ -21,6 +21,8 @@ This release adds the following new features:
 
 - [Helm Chart: Add Support for Overriding Image Registry in Airgapped Environments](https://github.com/wekan/charts/pull/35).
   Thanks to geilername.
+- [PWA, move to standalone (standard) to display the status bar](https://github.com/wekan/wekan/pull/5484)
+  Thanks to mfilser.
 
 Thanks to above GitHub users for their contributions and translators for their translations.
 

+ 2 - 2
public/site.webmanifest

@@ -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"
   ]
 }