Use `any` orientation for web app manifest.

This commit is contained in:
Guo Xiang Tan 2017-01-11 17:32:24 +08:00
parent 1758af9a1d
commit d6bf5b0e78
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class MetadataController < ApplicationController
name: SiteSetting.title,
short_name: SiteSetting.title,
display: 'standalone',
orientation: 'portrait',
orientation: 'any',
start_url: "#{Discourse.base_uri}/",
background_color: "##{ColorScheme.hex_for_name('secondary')}",
theme_color: "##{ColorScheme.hex_for_name('header_background')}",