问题模块 |
---|
API和组件 |
在调用seek方法之后, onTimeUpdate监听无效?
网友回复
xx:
在 seeking 的时候暂停, seekend 的时候再调用播放即可。
this .audio.onSeeking( function (e){ that.audio.pause(); }); this .audio.onSeeked( function (e){ that.audio.play();
|
原因参考:https://developers.weixin.qq.com/blogdetail?action=get_post_info&docid=760ad79b68dc7689f940de047a084564&highline=onTimeUpdate%20seek