From 01ac598c20cb0f8af3dfbea79b386ae3dfebc308 Mon Sep 17 00:00:00 2001 From: Andreas N Date: Sat, 10 Jan 2015 13:58:19 +0100 Subject: [PATCH] android sure has weird preferences --- app/views/layouts/application.html.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index db1d17d0..a8383537 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -5,6 +5,7 @@ %meta{'http-equiv' => 'X-UA-Compatible' ,content: 'IE=edge'} %meta{name: 'viewport', content: 'width=device-width, initial-scale=1, user-scalable=no'} %meta{name: 'theme-color', content: '#0C84E4'} + %meta{name: "mobile-web-app-capable", content: "yes"} %meta{name: "apple-mobile-web-app-capable", content: "yes"} %meta{name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent'} %link{rel: 'apple-touch-icon', href: '/apple-touch-icon-precomposed.png'}