WebMSX icon indicating copy to clipboard operation
WebMSX copied to clipboard

Not activating PWA install

Open Foxlum opened this issue 4 years ago • 4 comments

The PWA manifest is there, but as far as i can see it does not have a valid Service worker for chrome to allow a Install.

Edit: This also affects Javatari.js

Foxlum avatar Mar 30 '20 22:03 Foxlum

Yes, Service Worker is on its way for the next release soon. But current Chrome should still work with the old cache manifest, isn't it?

On Mon, Mar 30, 2020 at 7:52 PM Meowlithius [email protected] wrote:

The PWA manifest is there, but as far as i can see it does not have a valid Service worker for chrome to allow a Install.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ppeccin/WebMSX/issues/56, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFOLIBDH2PYTSIM2O5CUCLRKEPBRANCNFSM4LXCDL5Q .

ppeccin avatar Mar 30 '20 23:03 ppeccin

Jesus dang mobile interface i have coaxed atleast the desktop chrome to show its native install button (its just mostly copypasta though) https://delightfulfuzzyrevisioncontrol--meowlithius.repl.co/

Foxlum avatar Mar 31 '20 00:03 Foxlum

WebMSX currenlty will not show any install button or PWA behavior, thats expected. It only runs offline via cache. Next vesion will be a real PWA.

Can you tell the source of information you found? Thanks

On Mon, Mar 30, 2020 at 9:56 PM Meowlithius [email protected] wrote:

Jesus dang mobile interface i have coaxed atleast the desktop chrome to show its native install button (its just mostly copypasta though) https://delightfulfuzzyrevisioncontrol--meowlithius.repl.co/

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ppeccin/WebMSX/issues/56#issuecomment-606332414, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFOLIFNUYP4WRPCOJSOOYDRKE5VDANCNFSM4LXCDL5Q .

ppeccin avatar Mar 31 '20 01:03 ppeccin

Https://Web.dev does explain (very roughly) what you need to create a installable PWA.

Foxlum avatar Mar 31 '20 02:03 Foxlum