From 076ca81059b53ac833f18a873d8cb05f113ae15f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=2E=20D=C3=ADaz?= Date: Fri, 11 Dec 2020 17:03:58 +0100 Subject: [PATCH] [IMP] web_pwa_oca: Readme --- web_pwa_oca/README.rst | 3 ++- web_pwa_oca/readme/USAGE.rst | 2 +- web_pwa_oca/static/description/index.html | 4 +++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/web_pwa_oca/README.rst b/web_pwa_oca/README.rst index 0068ca1b3..8bb6d1253 100644 --- a/web_pwa_oca/README.rst +++ b/web_pwa_oca/README.rst @@ -93,7 +93,7 @@ To use your PWA: #. Open the browser options #. Click on 'Add to Home screen' (or 'Install' in other browsers) -** Maybe you need refresh the page to load the service worker after use 'add to home screen'. +** Maybe you need refresh the page to load the service worker after using the option. Known issues / Roadmap ====================== @@ -133,6 +133,7 @@ Known issues / Roadmap doesn't send the cookie and web manifest returns 404. * Evaluate to support 'require' system. * Firefox can't detect 'standalone' mode. See https://bugzilla.mozilla.org/show_bug.cgi?id=1285858 +* Firefox disable service worker in private mode. See https://bugzilla.mozilla.org/show_bug.cgi?id=1601916 Bug Tracker =========== diff --git a/web_pwa_oca/readme/USAGE.rst b/web_pwa_oca/readme/USAGE.rst index d7d83d698..584cd8b49 100644 --- a/web_pwa_oca/readme/USAGE.rst +++ b/web_pwa_oca/readme/USAGE.rst @@ -4,4 +4,4 @@ To use your PWA: #. Open the browser options #. Click on 'Add to Home screen' (or 'Install' in other browsers) -** Maybe you need refresh the page to load the service worker after use 'add to home screen'. +** Maybe you need refresh the page to load the service worker after using the option. diff --git a/web_pwa_oca/static/description/index.html b/web_pwa_oca/static/description/index.html index 238a6914e..2b3d18bc4 100644 --- a/web_pwa_oca/static/description/index.html +++ b/web_pwa_oca/static/description/index.html @@ -435,7 +435,7 @@ And like all other installed apps, it’s a top level app in the task switcher.<
  • Open the browser options
  • Click on ‘Add to Home screen’ (or ‘Install’ in other browsers)
  • -

    ** Maybe you need refresh the page to load the service worker after use ‘add to home screen’.

    +

    ** Maybe you need refresh the page to load the service worker after using the option.

    Known issues / Roadmap

    @@ -481,6 +481,8 @@ doesn’t send the cookie and web manifest returns 404.

  • Firefox can’t detect ‘standalone’ mode. See https://bugzilla.mozilla.org/show_bug.cgi?id=1285858

  • +
  • Firefox disable service worker in private mode. See https://bugzilla.mozilla.org/show_bug.cgi?id=1601916

    +