XF 2.1 Metadata Logo URL = apple-touch-icon

alexm

Active member
Just a minor thing... but if you use a transparent .png (like a round logo with a transparent background) for your metadata logo (like Windows 10 push, unfurl etc.) if you save a URL/shortcut in Safari to the main screen on an iPhone/iPad it will colour the transparent background black. I think it’s because it needs a background colour to keep the icons looking the same size and shape. (It would be better if Apple coloured it white, but hey...)

It would be great if you could give an option to save “apple-touch-icon” as a separate thing.

Alex
 
This would be better as a suggestion really, at this point. Though realistically that likely comes under the banner of a "progressive web app" for which there is already a suggestion. Though I also echo that Apple could handle it better.

For a quick fix, you can modify this line in the PAGE_CONTAINER template:
HTML:
<link rel="apple-touch-icon" href="{{ base_url(property('publicMetadataLogoUrl'), true) }}" />
 
Top Bottom