You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
您使用的西瓜播放器版本是多少? What version of xgplayer are you using?
^3.0.20
您使用的操作系统和浏览器分别是? What OS and browser are you using?
如何复现问题? How to reproduce the problem?
您期望的播放器正常行为是? What did you expect to happen?
player.getPlugin('error').useHooks('showError', (plugin, ...args) =>{
// TODO
/**
如果返回false,则错误提示面板不做展示
如果返回true, 则按照默认逻辑展示错误面板
*/
})
实际播放器的表现是? What actually happened?
player.getPlugin('error').useHooks('showError', (plugin, ...args) =>{
// TODO
/**
如果返回false,则错误提示面板不做展示
如果返回true, 则按照默认逻辑展示错误面板
*/
}) return false 不生效 可填写您所在的公司和相关产品业务,方便我们提供更好的技术支持 You can write your company and product which uses xgplayer, for helping us provide better technical support.
The text was updated successfully, but these errors were encountered:
您使用的西瓜播放器版本是多少? What version of xgplayer are you using?
^3.0.20
您使用的操作系统和浏览器分别是? What OS and browser are you using?
如何复现问题? How to reproduce the problem?
您期望的播放器正常行为是? What did you expect to happen?
player.getPlugin('error').useHooks('showError', (plugin, ...args) =>{
// TODO
/**
})
实际播放器的表现是? What actually happened?
player.getPlugin('error').useHooks('showError', (plugin, ...args) =>{
// TODO
/**
}) return false 不生效
可填写您所在的公司和相关产品业务,方便我们提供更好的技术支持 You can write your company and product which uses xgplayer, for helping us provide better technical support.
The text was updated successfully, but these errors were encountered: