mirror of
https://github.com/imsyy/SPlayer.git
synced 2026-04-24 22:45:53 +03:00
[GH-ISSUE #939] [BUG] 后台播放自动暂停 #395
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Myron5513 on GitHub (Feb 26, 2026).
Original GitHub issue: https://github.com/imsyy/SPlayer/issues/939
检查清单
是网页端还是客户端
网页端
当前系统环境
IOS26
当前 Node.js 及 npm 版本
No response
当前版本
v3.0.0
具体信息
Dokcer部署,用苹果设备播放(iPhone和iPad),浏览器打开网页端播放,退出到桌面或切换软件(未划掉后台),歌曲直接无法正常播放,需一直将浏览器置于前台才能正常播放。
@github-actions[bot] commented on GitHub (Feb 26, 2026):
👋 您好 @Myron5513,感谢提交 Issue!
🚀 我们已经收到您的反馈,会尽快确认你的问题
在等待回复期间,您可以:
@Myron5513 commented on GitHub (Feb 26, 2026):
感觉是 web audio 的问题,通过插件将 web audio 转 html audio 就能实现后台播放了,且也能用设备控件来控制歌曲进度条了。