解决ios下audio不能正常播放的问题

解决ios下audio不能正常播放的问题

ios系统下会自动屏蔽audio标签的自动播放,需要使用一个事件来驱动音频播放

this.$refs.startaudio.addEventListener('touchstart', function () {
_this.$refs.audioWork.load()
_this.$refs.audioRest.load()
}, false)

然后在其他事件中就可以使用

this.$refs.audioRest.play()

  

上一篇:iOS 微信 音频 视频自动播放


下一篇:mysql提示:Illegal mix of collations for operation ‘UNION’