Add to home screen - no Reflective shine on icon

html, ios, iphone

Solution

According to the following link... Removing Default Gloss on a web app icon

In the link tag you must set the `rel` value to `"apple-touch-icon-precomposed"`.

Problem

Possible Duplicate: iOS web app icon without glare I'm developing a mobile web app. When on iOS you 'add to home screen' iOS puts a Reflective shine over your predefined icon. Is there a way to prevent this ?

Original source

Related problems