收藏
回答

wx.createInnerAudioContext() IOS下拉 音乐停止

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug wx.createInnerAudioContext() 客户端 7.0.3 2.6.1

- 当前 Bug 的表现(可附上截图)


- 预期表现


- 复现路径


- 提供一个最简复现 Demo


@官方   

wx.createInnerAudioContext() 在ios 里使用 下拉之后音乐就不播放了? 或者是隐藏再次显示也不播放了

代码:

    

onShow: function (res) {

    const innerAudioContext = wx.createInnerAudioContext()

    innerAudioContext.autoplay = true

    innerAudioContext.src = 'http://ws.stream.qqmusic.qq.com/M500001VfvsJ21xFqb.mp3?guid=ffffffff82def4af4b12b3cd9337d5e7&uin=346897220&vkey=6292F51E1E384E061FF02C31F716658E5C81F5594D561F2E88B854E81CAAB7806D5E4F103E55D33C16F3FAC506D1AB172DE8600B37E43FAD&fromtag=46'

    innerAudioContext.onPlay(() => {

    console.log('开始播放')

    })

    innerAudioContext.onError((res) => {

    console.log(res.errMsg)

    console.log(res.errCode)

    })

}


手机型号  苹果7P  128  系统  12.1.2    请尽快回复谢谢

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

1 个回答

  • 灵芝
    灵芝
    2019-02-26

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

    2019-02-26
    有用
    回复 3
    • 啦啦啦
      啦啦啦
      2019-02-26

      代码:

      onShow: function (res) {

          const innerAudioContext = wx.createInnerAudioContext()

          innerAudioContext.autoplay = true

          innerAudioContext.src = 'http://ws.stream.qqmusic.qq.com/M500001VfvsJ21xFqb.mp3?guid=ffffffff82def4af4b12b3cd9337d5e7&uin=346897220&vkey=6292F51E1E384E061FF02C31F716658E5C81F5594D561F2E88B854E81CAAB7806D5E4F103E55D33C16F3FAC506D1AB172DE8600B37E43FAD&fromtag=46'

          innerAudioContext.onPlay(() => {

          console.log('开始播放')

          })

          innerAudioContext.onError((res) => {

          console.log(res.errMsg)

          console.log(res.errCode)

          })

      }

      出现的问题:wx.createInnerAudioContext() 在ios 里使用 下拉之后音乐就不播放了? 或者是隐藏再次显示也不播放了

      手机型号  苹果7P  128  系统  12.1.2    微信版本7.9.3   基础库 2.6.1

      难道上面我写的你没有读吗?》


      2019-02-26
      回复
    • 灵芝
      灵芝
      2019-02-26回复啦啦啦

      麻烦提供这个格式的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

      有看的,只是确认一下,是否只有 苹果7P  128  系统  12.1.2    微信版本7.9.3   基础库 2.6.1这个机型有问题

      2019-02-26
      回复
    • 啦啦啦
      啦啦啦
      2019-02-26回复灵芝

      https://developers.weixin.qq.com/s/4nkmetmQ7r6J

      ios 应该都有问题 我这事自己手机的信息提供了

      2019-02-26
      回复
登录 后发表内容