Tagged Questions

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 ...
2
votes
2answers
220 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" ...
1
vote
2answers
139 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" ...
0
votes
3answers
93 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
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 ...