Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progressive Web App Usage Question #11

Open
ronnievsmith opened this issue Jul 6, 2018 · 3 comments
Open

Progressive Web App Usage Question #11

ronnievsmith opened this issue Jul 6, 2018 · 3 comments

Comments

@ronnievsmith
Copy link

Great automation tool! I used the website to auto generate all the image files but was wondering about how to implement in a progressive web app, PWA?

In other words, I'm thinking I need a set of CSS rules / media queries but I don't see that in the repo or website. ...Is this something you would support?

Thanks!

@webprofusion-chrisc
Copy link
Contributor

@rhroyston Hi Ron, I haven't really looked at options for PWA icons but yes it's generally quite easy to add new platforms. If you look here: https://github.com/webprofusion/apetools/blob/master/src/models/platformFileSpecs.ts

We defined each platform (e.g. iOS), then a list of specs for the icon and splashscreen bundles (Android is probably the simplest example). So we can add to those lists as required as new OS updates require new resolutions, or add a whole new platform (like PWA). The trick is really in defining the list of sizes, so the question would be, is there a standard for the list of icon and splashcreen sites for an average PWA?

@webprofusion-chrisc
Copy link
Contributor

Looks like the clues are here: https://developer.mozilla.org/en-US/docs/Web/Manifest

@BananaAcid
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants