Skip to content

Instantly share code, notes, and snippets.

@rschumm
Created February 28, 2014 14:30
Show Gist options
  • Save rschumm/9272035 to your computer and use it in GitHub Desktop.
Save rschumm/9272035 to your computer and use it in GitHub Desktop.
iPhone Web App
<head>
<link rel="apple-touch-icon-precomposed" href="bla.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="bla4.png">
<link rel="apple-touch-startup-image" href="startup.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
...
</head>