knighty / fimfiction-issues

Fimfiction Issue Tracker
27 stars 1 forks source link

Site doesn't have home screen icon on iOS Safari #359

Open ponnys-podfer opened 5 years ago

ponnys-podfer commented 5 years ago

Mobile Safari looks for an apple-touch-icon link for the icon used when adding the site to the home screen. Currently, Fimfiction only provides a rel="icon" link and Webmanifest metadata.

In theory, this should be an easy fix if you add this to right under the current <link rel=icon ...>:

<link rel="apple-touch-icon" href="https://static.fimfiction.net/images/favicon.png?9" />

Apple's documentation on this and other Safari metadata.