As I can see from the HTML produced by the YAF engine
<link href="/forum/Content/favicons/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180" />
<link href="/forum/Content/favicons/favicon-32x32.png" rel="icon" sizes="32x32" />
<link href="/forum/Content/favicons/favicon-16x16.png" rel="icon" sizes="16x16" />
<link href="/forum/Content/favicons/site.webmanifest" rel="manifest" />
<link href="/forum/Content/favicons/safari-pinned-tab.svg" rel="mask-icon" color="#5bbad5" />
<link href="/forum/Content/favicons/favicon.ico" rel="shortcut icon" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="msapplication-config" content="/forum/Content/favicons/browserconfig.xml" />
, we also need to prepare android-chrome-144x144.png, apple-touch-icon.png, mstile-150x150.png, safari-pinned-tab.svg. Doing this may be tedious, especially for SVG for the reasons I described above. What if we simply remove them from /Content/favicons/? Will our 16x16, 32x32 PNGs and favicon.ico will be used on Apple and Android as 'fallback' favicons?
It would be nice to have the ability no to specify all those specialized icons at all. Maybe, with a setting in the forum.
BTW. I do not see that android-chrome-144x144.png is used anywhere. Do we really need it?
Edited by user
2020-02-03T13:10:47Z
|
Reason: Not specified