Hi!
I am submitting this issue as I have not seen it addressed before. It might very well be environment specific.
I am using VueCLI v3.x in combination with TS and Vuetify. My vue-plyr is in a separate component that gets the audio file URL as a prop. It then emits a timeupdate event as I use that elsewhere. I tried removing the timeupdate, the issue still persists. It seems to be happening only with longer audio files, 5 mins and above. It does not appear to happen when the audio is not being played.
I am providing a GIF showcase, as well as the code for the player.
I'm not sure what's going on here. I'd suggest you try with vanilla plyr and see if the issue remains, as I think this might be an issue with upstream.
Hi! I am submitting this issue as I have not seen it addressed before. It might very well be environment specific.
I am using VueCLI v3.x in combination with TS and Vuetify. My vue-plyr is in a separate component that gets the audio file URL as a prop. It then emits a timeupdate event as I use that elsewhere. I tried removing the timeupdate, the issue still persists. It seems to be happening only with longer audio files, 5 mins and above. It does not appear to happen when the audio is not being played.
I am providing a GIF showcase, as well as the code for the player.