Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-16 21:54:59 +08:00
parent bebf34db23
commit a161fa5e58
3 changed files with 14 additions and 4 deletions

View File

@@ -805,6 +805,10 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
),
onTap: () =>
plPlayerController.triggerFullScreen(status: !isFullScreen),
onSecondaryTap: () => plPlayerController.triggerFullScreen(
status: !isFullScreen,
inAppFullScreen: true,
),
),
};