m4a播放问题
wx.playBackgroundAudio({
dataUrl: ‘http://sf3-ttcdn-tos.pstatp.com/obj/ttfe/pgcfe/audio.m4a’,
title: ‘title’,
});
这个链接播放会报格式错误, 在浏览器是可以正常播放的
ios上也可以正常播放, 为什么安卓微信内就不行呢
wx.playBackgroundAudio({
dataUrl: ‘http://sf3-ttcdn-tos.pstatp.com/obj/ttfe/pgcfe/audio.m4a’,
title: ‘title’,
});
这个链接播放会报格式错误, 在浏览器是可以正常播放的
ios上也可以正常播放, 为什么安卓微信内就不行呢