收藏
回答

live-player 的 bindfullscreenchange监听到值?

基础库2.11.0

   <live-player id="video" muted="{{muted}}" src="" style="height: {{height}}" autoplay min-cache="{{0.2}}" max-cache="{{0.8}}" mode="RTC" bindstatechange="bindstatechange" bindfullscreenchange="bindfullscreenchange"></live-player>

 // 全屏变化
    bindfullscreenchange(e){
        console.log(22222222222)
        console.log('全屏变化==', e.detail)
    },

没有打印到任何东西

最后一次编辑于  2020-05-20
回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容
问题标签