How to define the website screen shortcut icon?
I can't find how to make Android use a custom icon (e.g. the favicon or the app-touch image that iOS uses) for a website shortcut. Can you give me a hint? Android uses a home screen image AND a "Shortcut icon" (like favicon). If you only specify the home screen icon, the web page will not display an icon next to the URL in the web browser. The "shortcut icon" must be listed separately, even though it can be the same file. <link rel="shortcut icon" href="http://yourdomain.com/path/icon57.png" /> <link rel="apple-touch-icon" href="http://yourdomain.com/path/icon57.png" /> <link rel="apple-touch