From 56756c5c85cdecc64c25d2ceab5c62eb41d26fd6 Mon Sep 17 00:00:00 2001 From: dom Date: Tue, 26 May 2026 11:23:17 +0800 Subject: [PATCH] fix #2209 Signed-off-by: dom --- lib/plugin/pl_player/controller.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugin/pl_player/controller.dart b/lib/plugin/pl_player/controller.dart index 0b48fffd5..3d4790c44 100644 --- a/lib/plugin/pl_player/controller.dart +++ b/lib/plugin/pl_player/controller.dart @@ -523,7 +523,7 @@ class PlPlayerController with BlockConfigMixin { void _onOrientationChanged(OrientationParams param) { _orientation = param.orientation; - if (!visible) return; + if (Platform.isIOS && !visible) return; final orientation = param.orientation; final isFullScreen = this.isFullScreen.value; if (checkIsAutoRotate &&