小程序退出页面createInnerAudioContext仍然继续播放,无法停止播放


 onHide: function () {
    innerAudioContext.stop();
    innerAudioContext.destroy();
  },
  /**
   * 生命周期函数--监听页面卸载
   */
  onUnload: function () {
    innerAudioContext.stop();
    innerAudioContext.destroy();
  },

 

必须同时添加stop和destory  我刚开始试了stop和destory两个调哪一个都不行  后来放一块就行了,理论上随便调哪一个都应该是可以的,应该是小程序的bug


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM