Domanda

I have a web application that will be used on iPhones, and want to provide the icon to be shown when added as a homescreen shortcut.

How can I do this?

È stato utile?

Soluzione

Use this HTML code in the <head> section of your start page:

<link rel="apple-touch-icon" href="my_icon.png" />
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top