From 3ac624d7771d9987df82195375ab62ab26806a60 Mon Sep 17 00:00:00 2001 From: DanieL Date: Mon, 5 Sep 2022 11:39:14 -0300 Subject: [PATCH] https://github.com/WWBN/AVideo/issues/7090 --- plugin/VideoLandscapeFullscreen/VideoLandscapeFullscreen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/VideoLandscapeFullscreen/VideoLandscapeFullscreen.php b/plugin/VideoLandscapeFullscreen/VideoLandscapeFullscreen.php index f28fc9b5c1..b0e7a70375 100644 --- a/plugin/VideoLandscapeFullscreen/VideoLandscapeFullscreen.php +++ b/plugin/VideoLandscapeFullscreen/VideoLandscapeFullscreen.php @@ -31,7 +31,7 @@ class VideoLandscapeFullscreen extends PluginAbstract { self::addDataObjectHelper('enterOnRotate', 'Enter on Rotate', "Enter fullscreen mode on rotating the device in landscape"); $obj->alwaysInLandscapeMode = true; self::addDataObjectHelper('alwaysInLandscapeMode', 'Always in Landscape Mode', "Always enter fullscreen in landscape mode even when device is in portrait mode (works on chromium, firefox, and ie >= 11"); - $obj->iOS = true; + $obj->iOS = false; self::addDataObjectHelper('iOS', 'iOS', "Whether to use fake fullscreen on iOS (needed for displaying player controls instead of system controls)"); return $obj; }