修复 webkit 下播放器控件的展示 bug

This commit is contained in:
shinya
2025-10-27 23:21:11 +08:00
parent 8815e138e5
commit 9906b5be03
6 changed files with 25 additions and 4 deletions

View File

@@ -1284,7 +1284,8 @@ function PlayPageClient() {
try {
// 创建新的播放器实例
Artplayer.PLAYBACK_RATE = [0.5, 0.75, 1, 1.25, 1.5, 2, 3];
Artplayer.USE_RAF = true;
Artplayer.USE_RAF = false;
Artplayer.FULLSCREEN_WEB_IN_BODY = true;
artPlayerRef.current = new Artplayer({
container: artRef.current,