This commit is contained in:
XiuYun CHEN
2025-06-04 15:24:18 +08:00
parent 5a59fa16bf
commit ca5ab146b7
3 changed files with 37 additions and 17 deletions
@@ -152,6 +152,7 @@ export struct PLVMediaPlayerSingleVideoControllerLayoutLand {
right: 16
})
.hitTestBehavior(HitTestMode.Transparent)
.visibility(Visibility.None)
// 播放/暂停按钮
PLVMediaPlayerPlayButton()
@@ -245,6 +246,7 @@ export struct PLVMediaPlayerSingleVideoControllerLayoutLand {
right: 16
})
.hitTestBehavior(HitTestMode.Transparent)
.visibility(Visibility.None)
// 弱网提示
PLVMediaPlayerNetworkPoorIndicateLayout()