I can see the favicon in my desktop browsers. No icon on iOS devices (12,14,15) or Android(11) for me.
Android 12 without issue.
Nice. I want they.
Just tried searching a bit, but only really found someone discussing the favicon being a relative link instead of absolute and I guess iOS seemed to have trouble with that and needed the absolute link to the favicon.
Looks like this is the relative link for poal's favicon.
<link rel="icon" href="/static/img/icon.png">
The absolute link to the icon is: https://poal.co/static/img/icon.png
If you are able to edit the icon on your shortcut (its "glyph"), you could try setting it to the absolute address to the favicon versus the relative link to it.
(post is archived)