You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi again,
after adding an audio with autoplay option set to true and then dragging it somewhere else, the multiple audio streams starts to play (despite the audio tag is in a paused stated). I attached the screenshot showing multiple audio streams being fetched by the browser at the same time:
The text was updated successfully, but these errors were encountered:
I tried pausing the audio, setting the src attribute to an empty string, and even removing the audio element itself on the dragstart event but it doesn't work, 1 second or so after starting to drag the widget the second stream of audio starts playing.
Thanks for your efforts @aldatsa.
When it comes to widget system, there is some logic happening behind the scenes which indeed may be the cause of this issue (not sure if it is "shadow" audio element though) and so applying the fix from the plugin code may be quite difficult (if possible). I may get back to you in some time if I get some understanding what is exactly happening in this case.
Hi again,
after adding an audio with autoplay option set to true and then dragging it somewhere else, the multiple audio streams starts to play (despite the audio tag is in a paused stated). I attached the screenshot showing multiple audio streams being fetched by the browser at the same time:
The text was updated successfully, but these errors were encountered: