Add meta-tag for showing alternative title on iOS 6
authorPatrik Wibron <patrik@wibron.nu>
Tue, 6 Nov 2012 10:40:06 +0000 (11:40 +0100)
committerPatrik Wibron <patrik@wibron.nu>
Tue, 6 Nov 2012 10:40:06 +0000 (11:40 +0100)
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">