1

I can't get my iphone 4s to use the apple-touch-icon I made for the mobile site I am working on.

<link rel="apple-touch-icon-precomposed" sizes="150x150" href="apple-touch-icon.png">

That is in my header.

enano2054
  • 329
  • 6
  • 19
  • It shouldn't be in your header, it should be in your ``. Is that what you mean? – Ry- Jun 23 '12 at 20:44
  • I'm sure he meant the `` tag while writing 'header'... –  Jun 23 '12 at 20:45
  • And you have confirmed that the file is reachable? If your URL is `http://example.com/path/index.html` the image is in `http://example.com/path/apple-touch-icon.png`? – JJJ Jun 23 '12 at 20:49
  • I did mean and I fixed the issue. Thanks. For some reason, refresh wasn't working, but when I just typed the address in my bar again it worked. – enano2054 Jun 23 '12 at 21:05
  • minitech, the `` section *is* for document headers (not the same as the transport headers in HTTP). – Emil Vikström Jun 24 '12 at 16:33
  • Complete answer here: http://stackoverflow.com/questions/17385086/what-does-it-mean-when-the-apple-touch-icon-png-was-requested – Jack NUMBER Aug 03 '15 at 13:46

0 Answers0