Merge pull request #93 from PatrikWibron/ios6-shortname

Feature request: Add meta-tag for showing alternative title on iOS 6
This commit is contained in:
billy gates 2012-11-06 14:20:36 -08:00
Родитель 1f6b66ceb5 f9641d6afb
Коммит 3273576b88
1 изменённых файлов: 3 добавлений и 0 удалений

3
dist/template.html поставляемый
Просмотреть файл

@ -10,6 +10,9 @@
<!-- Makes your prototype chrome-less once bookmarked to your phone's home screen -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- Set a shorter title for iOS6 devices when saved to home screen -->
<meta name="apple-mobile-web-app-title" content="Ratchet">
<!-- Set Apple icons for when prototype is saved to home screen -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="touch-icons/apple-touch-icon-114x114.png">