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
|
#. 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
|
||||||
===========
|
===========
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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>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 @@ doesn’t send the cookie and web manifest returns 404.</p>
|
||||||
</li>
|
</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><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>
|
||||||
|
<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">
|
||||||
|
|
Loading…
Reference in New Issue