Support 32-bit color for iOS background
Opened this issue · 1 comments
salvis commented
iOS supports icons with transparent background, and if I enter #0000 or #00000000 (ARGB), then the website shows my icon with transparent background, but as soon as I move on, the background color reverts to #000000 (RGB black).
Please don't normalize to 24-bit!
salvis commented
I need to correct myself. You're right that iOS doesn't support transparency, but macOS does! And macOS uses the same icons as iOS. The Twitter icon on the macOS Safari Favorites screen doesn't have a background!
Twitter has
on its home page, and if you look at the icon file, you'll see that it has a transparent background. This works with macOS!P.S. RealFaviconGenerator doesn't create 192x192 icons yet.