gemstone
gemstone
@bowei200888 我用您提供的这个demo + chrome 125版本,并未复现反馈的问题! 请问是否还有其他的条件可以提供?有试过其他的浏览器以及机器吗?
@sky22333 官网中fullscreen插件对于 [useScreenOrientation](https://h5player.bytedance.com/plugins/internalplugins/fullscreen.html#usescreenorientation) 的说明。另外可以参考 https://github.com/bytedance/xgplayer/issues/1561 这个 issue
这是个非常好的建议。之前可能是为了兼容性考虑,或者没有极致考虑性能。在3.0.22版本会考虑这个建议,非常感谢
@xeon-ye 应该是有执行了推出全屏的API,[exitfullscreen](https://h5player.bytedance.com/api/api.html#exitfullscreen),一般不会轻易退出的。能否提供一下可复现demo?
@woodyRoyal 测试的iOS版本是多少?
@1527430 是iOS吗?
@woodyRoyal 看看 [closefocusvideofocus](https://h5player.bytedance.com/config/#closefocusvideofocus) 这个配置是否能满足你的需求
@gkj17 目前弹幕SDK共有两个接口可以为其提供,sendDanmu & updateComments。我想你是想问有没有可以批量更新数据的接口 单条:sendDanmu,适合用户主动发布弹幕场景 批量:updateComments,适合通过数据源,批量设置给弹幕SDK ``` // 批量更新弹幕数据,适合在从接口中获取到批量数据时调用 danmu.updateComments([ { duration: 15000, id: 'id', start: 3000, //不提供该项则立即发送 txt: '弹幕内容', }, ... ]) ```
@YDJSZY 请问有可复现的demo或者页面地址吗?
@YDJSZY 全屏后是系统播放器,任何H5 UI都覆盖不上