3
0
Fork 0

[IMP] web_pwa_oca: Readme

12.0
Alexandre D. Díaz 2020-12-11 17:03:58 +01:00
parent 191a6e0522
commit 076ca81059
3 changed files with 6 additions and 3 deletions

View File

@ -93,7 +93,7 @@ To use your PWA:
#. Open the browser options #. Open the browser options
#. Click on 'Add to Home screen' (or 'Install' in other browsers) #. 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 Known issues / Roadmap
====================== ======================
@ -133,6 +133,7 @@ Known issues / Roadmap
doesn't send the cookie and web manifest returns 404. doesn't send the cookie and web manifest returns 404.
* Evaluate to support 'require' system. * Evaluate to support 'require' system.
* Firefox can't detect 'standalone' mode. See https://bugzilla.mozilla.org/show_bug.cgi?id=1285858 * 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 Bug Tracker
=========== ===========

View File

@ -4,4 +4,4 @@ To use your PWA:
#. Open the browser options #. Open the browser options
#. Click on 'Add to Home screen' (or 'Install' in other browsers) #. 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.

View File

@ -435,7 +435,7 @@ And like all other installed apps, its a top level app in the task switcher.<
<li>Open the browser options</li> <li>Open the browser options</li>
<li>Click on Add to Home screen (or Install in other browsers)</li> <li>Click on Add to Home screen (or Install in other browsers)</li>
</ol> </ol>
<p>** Maybe you need refresh the page to load the service worker after use add to home screen.</p> <p>** Maybe you need refresh the page to load the service worker after using the option.</p>
</div> </div>
<div class="section" id="known-issues-roadmap"> <div class="section" id="known-issues-roadmap">
<h1><a class="toc-backref" href="#id4">Known issues / Roadmap</a></h1> <h1><a class="toc-backref" href="#id4">Known issues / Roadmap</a></h1>
@ -481,6 +481,8 @@ doesnt send the cookie and web manifest returns 404.</p>
</li> </li>
<li><p class="first">Firefox cant detect standalone mode. See <a class="reference external" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1285858">https://bugzilla.mozilla.org/show_bug.cgi?id=1285858</a></p> <li><p class="first">Firefox cant detect standalone mode. See <a class="reference external" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1285858">https://bugzilla.mozilla.org/show_bug.cgi?id=1285858</a></p>
</li> </li>
<li><p class="first">Firefox disable service worker in private mode. See <a class="reference external" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1601916">https://bugzilla.mozilla.org/show_bug.cgi?id=1601916</a></p>
</li>
</ul> </ul>
</div> </div>
<div class="section" id="bug-tracker"> <div class="section" id="bug-tracker">