mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 20:45:35 +08:00
Merge pull request #4703 from ndossougbete/ndossougbete-patch-1
Use `natural` orientation for web app manifest.
This commit is contained in:
@ -17,7 +17,7 @@ class MetadataController < ApplicationController
|
||||
name: SiteSetting.title,
|
||||
short_name: SiteSetting.title,
|
||||
display: 'standalone',
|
||||
orientation: 'any',
|
||||
orientation: 'natural',
|
||||
start_url: "#{Discourse.base_uri}/",
|
||||
background_color: "##{ColorScheme.hex_for_name('secondary')}",
|
||||
theme_color: "##{ColorScheme.hex_for_name('header_background')}",
|
||||
|
Reference in New Issue
Block a user