android sure has weird preferences

This commit is contained in:
Andreas N 2015-01-10 13:58:19 +01:00
parent 460f5c377d
commit 01ac598c20
1 changed files with 1 additions and 0 deletions

View File

@ -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'}