We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您使用的西瓜播放器版本是多少? What version of xgplayer are you using? 3.0.20
您使用的操作系统和浏览器分别是? What OS and browser are you using? OS: macOS 15.0.1 Browser: Chrome Version 131.0.6778.86
如何复现问题? How to reproduce the problem? 点击视频进度条,尝试前后seek。
复现地址/reproduce demo: https://jsbin.com/wobaqodube/edit?html,output
您期望的播放器正常行为是? What did you expect to happen? 使用progress hooks后,能正常seek,且按照hooks回调函数要求,限制向前seek功能
实际播放器的表现是? What actually happened? 点击进度条无反应。 控制台报错:Uncaught TypeError: [pluginName: progress:dragstart] >> Cannot read properties of undefined (reading 'currentTime')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您使用的西瓜播放器版本是多少? What version of xgplayer are you using?
3.0.20
您使用的操作系统和浏览器分别是? What OS and browser are you using?
OS: macOS 15.0.1
Browser: Chrome Version 131.0.6778.86
如何复现问题? How to reproduce the problem?
点击视频进度条,尝试前后seek。
复现地址/reproduce demo:
https://jsbin.com/wobaqodube/edit?html,output
您期望的播放器正常行为是? What did you expect to happen?
使用progress hooks后,能正常seek,且按照hooks回调函数要求,限制向前seek功能
实际播放器的表现是? What actually happened?
点击进度条无反应。
控制台报错:Uncaught TypeError: [pluginName: progress:dragstart] >> Cannot read properties of undefined (reading 'currentTime')
The text was updated successfully, but these errors were encountered: