PWA Gadget

Is it possible to make a PWA in Gadget? If yes, are there steps I can follow? Thank you!
9 Replies
Smelvin
Smelvin5w ago
Hi Steven, By PWA do you mean making you app installable on devices? If so we do not have a guide on how to accomplish that unfortunately.
Charles13
Charles13OP5w ago
Got it. However, it's still possible, right? I tried it the other day using vite-pwa-plugin, but it didn't work, so I guess there must be a few more steps I need to take to make it work. If you have an idea or suggestions on what I can try, I'll gladly try them. Thank you!
Smelvin
Smelvin5w ago
I'm not personally experienced with making PWA's but I have some resources here that might be helpful: https://web.dev/articles/install-criteria https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Guides/Making_PWAs_installable
Charles13
Charles13OP5w ago
I'll try. Thank you!
Smelvin
Smelvin5w ago
One caviat that has come to mind with the PWA is that the Shopify admin page wouldent be accessible through the PWA. The features in the PWA would need to be public facing. Which app are you trying to set this up for?
Charles13
Charles13OP4w ago
Hi Mark, Im trying it on a web-app. Ive been struggling with the examples online, since they are all trying PWA offline, on their local, but right now it is not really my focus, just wanted to check if there is an easy way We can close this one; luckily, I figured it out. Anyway, thank you!
Smelvin
Smelvin4w ago
Happy to hear! Curious, what was primary roadblock you encountered?
Gizmo
Gizmo4w ago
Do you like this answer? ​
Charles13
Charles13OP4w ago
Sorry, I just saw your reply. My primary roadblock, I think, was the vite-pwa-plugin. I could not make it work, so I switched to the manual setup, and it worked. Not sure, but maybe there was a misconfiguration when I tried the vite plugin.

Did you find this page helpful?