编辑器中正常,真机安卓4.4.2,预览。点击播放音乐,onBackgroundAudioPlay第一次正常监听到,之后就无法监听到了,onBackgroundAudioPause正常。
刚刚微信更新为最新的6.6.3也还是一样。
在onLoad中,调用
wx.onBackgroundAudioPlay(function (event) {
console.log('onBackgroundAudioPlay')
});
wx.onBackgroundAudioPause(function () {
console.log('onBackgroundAudioPause')
});
我也是同一个问题