Browse Source

Merge pull request #93 from PatrikWibron/ios6-shortname

Feature request: Add meta-tag for showing alternative title on iOS 6
pull/94/merge
billy gates 12 years ago
parent
commit
3273576b88
  1. 3
      dist/template.html

3
dist/template.html vendored

@ -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">

Loading…
Cancel
Save