Mathieu Vedie

Results 4 comments of Mathieu Vedie

> ```js > navigator.mediaSession > ``` Work for me with html5 : true

Hi, i have the same proble,e. Have you found a solution ? Thx

When audio is seeked to a specific time that has not been already in browser cache, sound.playing() return false, so ```requestAnimationFrame``` doesn't loop on itself, so ```progress.style.width``` will never be...

I check playing status before seeking audio and after seeked if playing return false if delay the requestAnimationFrame. ``` setTimeout(() => { requestAnimationFrame(this.step.bind(this)); }, 50); ```