PWA Gadget
Is it possible to make a PWA in Gadget? If yes, are there steps I can follow? Thank you!
9 Replies
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.
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!
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
I'll try. Thank you!
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?
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!
Happy to hear! Curious, what was primary roadblock you encountered?
Do you like this answer?
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.