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; }