Any feature complete resource for creating PWA icons and how to serve them to target every use case ??
Created a Generator For .NET Core + Angular and is a PWA - Would like feedback!
I would change the dist folder to point to your www root. That way you can use default files middleware and static files middleware to serve Angular.
Also, you can create a 404 handler that redirects all 404 errors to index.html so that you don't take care of reloads.
More on reddit.comPWA asset generator
I spent 3 months building a PWA icon generator because ...
What is a PWA?
How does Workik AI PWA generator handle offline functionality?
What are the popular use cases of the Workik AI-powered PWA Generator for developers?
Videos
I spent last 5 hours working on this and I haven’t finished yet. I’m losing my mentally sanity.
What I want is something the should be easy , but turned into a nightmare .
My goal:
Create app icon , with rounded corners, for an app I’m building , spa with vite and react.
The goal is to create a setup the make the icon works in all these scenarios:
browser tab icon on chrome
browser tab icon on safari Mac
PWA installed icon on chrome Mac
PWA installed icon on safari iOS
I started with the official vite plugin , and it works in:
browser tab icon on chrome
Wrong in:
browser tab icon on safari Mac , the icon is correct but has a background around added by safari
PWA installed icon on chrome Mac, the icon is correct but has a background around added
PWA installed on mobile (not tested yet because I need to deploy first)
Anyone found a solution , even with a manual handled script with sharp npm lib or has any info to share ?
» npm install pwa-asset-generator