forked from Techsystech/web
[IMP] web_pwa_oca: Readme
parent
191a6e0522
commit
076ca81059
|
@ -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
|
||||
===========
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -435,7 +435,7 @@ And like all other installed apps, it’s a top level app in the task switcher.<
|
|||
<li>Open the browser options</li>
|
||||
<li>Click on ‘Add to Home screen’ (or ‘Install’ in other browsers)</li>
|
||||
</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 class="section" id="known-issues-roadmap">
|
||||
<h1><a class="toc-backref" href="#id4">Known issues / Roadmap</a></h1>
|
||||
|
@ -481,6 +481,8 @@ doesn’t send the cookie and web manifest returns 404.</p>
|
|||
</li>
|
||||
<li><p class="first">Firefox can’t 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><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>
|
||||
</div>
|
||||
<div class="section" id="bug-tracker">
|
||||
|
|
Loading…
Reference in New Issue