Skip to content

Instantly share code, notes, and snippets.

@gabrielnahmias
gabrielnahmias / gist:6590166
Last active December 23, 2015 05:49
iOS Web Application Meta Tag Template (Icons, Splash Screens)
<meta name="viewport" content="width=device-width, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<!-- Uncomment the following line to turn off telephone number formatting (click to call) -->
<!--<meta name="format-detection" content="telephone=no" />-->
<!-- iPhone Icon -->
<link href="apple-touch-icon-57x57.png" sizes="57x57" rel="apple-touch-icon">
<!-- iPhone (Retina) Icon -->
<link href="apple-touch-icon-114x114.png" sizes="114x114" rel="apple-touch-icon">