Tagged Questions
The apple-touch-icon tag has no wiki summary.
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
620 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 ...
2
votes
2answers
221 views
Any problems with favicons in a subfolder?
Could there be any problems moving favicons and apple touch icons to a subfolder?
Like:
<link rel="shortcut icon" href="/images/favicons/favicon.ico">
<link rel="apple-touch-icon" ...
2
votes
1answer
221 views
Apple Touch icon for websites
Up to now, I've been including the line for the Apple Touch icon in my head like this:
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
However, in this thread it is stated in the ...
1
vote
2answers
140 views
Dashcode web clip icon, I have tried everything and it won't show up
I can't get my dashcode web clip icon to show up, it just shows the safari generated icon. I have tried using dashcode to design it, then I used the code
<link rel="apple-touch-icon" ...
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
333 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
3answers
94 views
Why can't I add a web clip icon to my webapp in dashcode. I've tried everything?
I've tried running this code from 2 different operating systems on a simulator, an iphone and an ipad and it won't show up. The code is listed in the dashcode tutorial, but I can't get it to work. ...
0
votes
1answer
232 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 ...
0
votes
1answer
59 views
What kind of “effects” does Safari add to apple-touch-icon?
I've been seeing a lot of websites saying that you can disable the effects Safari puts on a apple-touch-icon by adding "-precomposed" to the end.
What "effects" exactly does Safari add to the icon?