]> cat aescling's git repositories - mastodon.git/commitdiff
Fix #163 - No need for Safari chrome on iOS
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 21 Nov 2016 21:33:44 +0000 (22:33 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 21 Nov 2016 21:33:44 +0000 (22:33 +0100)
app/views/layouts/application.html.haml

index 7e28d27ec2e0991b67a1744991a50d0a07d1b2b1..87f98198c82419126f5d71f744c1b20d5982162f 100644 (file)
@@ -9,6 +9,7 @@
     %link{:rel => "manifest", :href => "/manifest.json"}/
     %meta{:name => "msapplication-config", :content => "/browserconfig.xml"}/
     %meta{:name => "theme-color", :content => "#2b90d9"}/
+    %meta{:name => "apple-mobile-web-app-capable", :content => "yes"}/
 
     %title
       = "#{yield(:page_title)} - " if content_for?(:page_title)