Skip to content

iOS26在使用xgplayer-hls.js插件后 无法显示投屏(airplay)按钮 不添加插件是可以的 #1869

@litaoyu

Description

@litaoyu

您使用的西瓜播放器版本是多少? What version of xgplayer are you using?

3.0.23

您使用的操作系统和浏览器分别是? What OS and browser are you using?
iOS26系统 Safari浏览器 iOS26之前的系统是可以正常显示的

如何复现问题? How to reproduce the problem?

new Player({
  id: 'player',
  
  url: videoObj.playUrl,
  width: window.screen.width,
  height: window.screen.width * 245 / 430,

// plugins: [Danmu], //可以正常显示
plugins: [Danmu,HlsPlugin], //无法正常显示
autoplay: true,

});

您期望的播放器正常行为是? What did you expect to happen?
正常显示 投屏(airplay)按钮

实际播放器的表现是? What actually happened?
iOS26 无法正常显示 投屏(airplay)按钮

可填写您所在的公司和相关产品业务,方便我们提供更好的技术支持 You can write your company and product which uses xgplayer, for helping us provide better technical support.

Metadata

Metadata

Assignees

No one assigned

    Labels

    MMSiOS ManagerMediaSourceios

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions