diff --git a/app/controllers/metadata_controller.rb b/app/controllers/metadata_controller.rb index 9d2332e1268..9a8fc915ce3 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: 'portrait', + orientation: 'any', start_url: "#{Discourse.base_uri}/", background_color: "##{ColorScheme.hex_for_name('secondary')}", theme_color: "##{ColorScheme.hex_for_name('header_background')}",