diff --git a/app/controllers/metadata_controller.rb b/app/controllers/metadata_controller.rb index 9a8fc915ce3..04a5eaafd49 100644 --- a/app/controllers/metadata_controller.rb +++ b/app/controllers/metadata_controller.rb @@ -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')}",