From 4220091eae4e9203029d3822efed8f08665cb3d3 Mon Sep 17 00:00:00 2001 From: nilsding Date: Sun, 30 Nov 2014 16:41:18 +0100 Subject: [PATCH] =?UTF-8?q?added=20a=20few=20iOS=C2=AE=20meta=20tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/layouts/application.html.haml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index c90f4d3b..2333e124 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -1,10 +1,12 @@ !!! 5 %html %head - %meta{content: '#0C84E4', name: 'theme-color'} %meta{charset: 'utf-8'} %meta{'http-equiv' => 'X-UA-Compatible' ,content: 'IE=edge'} - %meta{name: 'viewport', content: 'width=device-width, initial-scale=1'} + %meta{name: 'viewport', content: 'width=device-width, initial-scale=1, user-scalable=no'} + %meta{name: 'theme-color', content: '#0C84E4'} + %meta{name: "apple-mobile-web-app-capable", content: "yes"} + %meta{name: "apple-mobile-web-app-status-bar-style", content: "default"} %title= APP_CONFIG['site_name'] = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true = javascript_include_tag 'application', 'data-turbolinks-track' => true