Merge pull request #93 from PatrikWibron/ios6-shortname
authorbilly gates <Jacobthornton@gmail.com>
Tue, 6 Nov 2012 22:20:36 +0000 (14:20 -0800)
committerbilly gates <Jacobthornton@gmail.com>
Tue, 6 Nov 2012 22:20:36 +0000 (14:20 -0800)
Feature request: Add meta-tag for showing alternative title on iOS 6

dist/template.html

index b8820c1..5772f39 100644 (file)
@@ -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">