Return to Snippet

Revision: 68320
at December 31, 2014 04:17 by ajarkovsky


Updated Code
<!-- Place this in your <head> section -->

<link rel="apple-touch-icon" href="iphone-icon.png"/>



<!-- To prevent the iPhone from adding it's own gloss: -->

<link rel="apple-touch-icon-precomposed" href="icon" />



<!-- App title -->

<meta name="apple-mobile-web-app-title" content="App Title">

Revision: 68319
at December 31, 2014 04:14 by ajarkovsky


Initial Code
<!-- Place this in your <head> section -->

<link rel="apple-touch-icon" href="iphone-icon.png"/>


<!-- To prevent the iPhone from adding it's own gloss: -->

<link rel="apple-touch-icon-precomposed" href="icon" />

Initial URL
http://css-tricks.com/snippets/html/set-iphone-bookmark-icon/

Initial Description
Place this in your <head> section, and set the href attribute to an image to a 57px x 57px PNG file.

Initial Title
Set iPhone Bookmark Icon

Initial Tags
iphone, ios

Initial Language
HTML