-
Notifications
You must be signed in to change notification settings - Fork 360
Description
Tell us about your feature idea
So currently PWABuilder only supports PNG files for app icons, splash screens, etc...
But if you import the source code of your project into Android Studio, you have the option to convert the png files to webp images.
And something I have noticed just playing around with stuff is that the image quality using PWABuilder vs Android Studio is huge. (Biggest example of this was installing my app on a Fire Tablet, the native PWABuilder makes the icon very grainy and blurry, but using Android Studio, the icon is solid on Fire Tablets)
The icons quality on devices when using native PWABuilder seem a little blurry on some devices, but when using Android Studio and using the Icon generator and making the icons webp, the icons are top notch quality and look good on every device type like you see from top end companies.
Do you have an implementation or a solution in mind?
Maybe you can expand on the icons and allow icons to be generated somehow, bring adaptive icon support to PWA Builder even as an optional part of the generation process. Or implement webp support vs PNG (which PNG seems to be being outdated now).
Have you considered any alternatives?
No response