收藏
回答

安卓live-player 返回桌面声音,无法关闭

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug live-player 客户端 6.7.2 2.3.0

安卓机器播放live-player ,返回桌面,或者退出页面,调用wx.createLivePlayerContext('live-player',this).stop();

无法关闭直播,苹果机器无问题,

回答关注问题邀请回答
收藏

1 个回答

  • 灵芝
    灵芝
    2018-09-20

    你好,请提供出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

    2018-09-20
    有用
    回复 3
    • 李睿
      李睿
      2018-09-20

      安卓,MI 5S,微信是最新版


          onHide: function () {

              wx.createLivePlayerContext('live-player',this).stop();//关闭

          },

          onUnload: function () {

              wx.createLivePlayerContext('live-player',this).stop();//关闭

          },



      <live-player bindstatechange="livestatechange" object-fit="fillCrop" id="live-player" background-mute="true"
                  src="{{data.liveInfo.play_url}}" autoplay="true" style="height:900rpx;width:570rpx;" wx:if="{{data.liveInfo.is_live_player}}">
      </live-player>


      2018-09-20
      回复
    • 李睿
      李睿
      2018-09-21

      你好,这个问题,我把所有代码都去掉了,只留那两个代码,问题必现的,麻烦解决一下

      2018-09-21
      回复
    • 灵芝
      灵芝
      2018-09-21回复李睿

      你好,请按正确格式提供代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

      2018-09-21
      回复
登录 后发表内容