Tagged Questions

36
votes
8answers
26k views

What are the correct pixel dimensions for an apple-touch-icon?

I'm not sure what the correct size should be. Many sites seem to repeat that the apple-touch-icon should be 57x57 pixels but cite a broken link as their source. Hanselman's and playgroundblues's ...
10
votes
5answers
2k views

How do I give my web sites an icon for iPhone?

How do I set the icon that appears on the iPhone for the web sites I create?
3
votes
1answer
618 views

Apple iPhone/iPodTouch Web Clip Icon Sizes

On Apple iPhones and iPod Touches, you specify a link to an icon file like so: <link rel="apple-touch-icon" href="/apple-touch-icon.png"> ...but on this page, it recommends that you specify ...
1
vote
1answer
162 views

How to get iOS to properly respect the “apple-touch-icon-precomposed” link attribute for a “web app”

I have created several web apps for iOS that employ the apple-touch-icon-precomposed link attribute method for custom home screen icons without the gloss. However, I have run into an issue recently, ...
0
votes
2answers
329 views

Apple-touch-icon isn't showing up on the home screen

I'm using the following code to get touch icons for mobile devices - it's based on the html5boilerplate/mobile example: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> ...
0
votes
1answer
230 views

Why won't this apple-touch-icon work?

I have the following code in my website: <link rel="apple-touch-icon" href="http://website.com/images/apple-touch-icon.png" /> When I view the source in Firefox and click the href attribute ...