QwikCommunity / pwa

Turn your Qwik Application into an offline compatible PWA
https://pwa-a3b.pages.dev/
89 stars 6 forks source link

fix: installable PWA #3

Closed userquin closed 9 months ago

userquin commented 9 months ago

This PR includes:

cloudflare-workers-and-pages[bot] commented 9 months ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6551a80
Status: ✅  Deploy successful!
Preview URL: https://362081b7.pwa-a3b.pages.dev
Branch Preview URL: https://userquin-fix-installable-pwa.pwa-a3b.pages.dev

View logs

userquin commented 9 months ago

It seems there are some images in the app that requires gh auth (2fa in my case), testing PR preview on my Android device via usb cable:

image

image

Aslemammad commented 9 months ago

Still not installable on my phone, it just creates a shortcut, it says it installs it but it does not!

userquin commented 9 months ago

Now the web manifest will be always served by the generator, we need to include the id and the scope, and the icons when required.

I'm going to add a warning when the web manifest doesn't have theme_color.