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
{{ message }}
This repository has been archived by the owner on May 8, 2024. It is now read-only.
What am I doing wrong? Is it possible somehow to solve this?
With other web components (eg <vimeo-video> and <hls-video>) this behavior is not observed.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi @abvas -- thanks for reporting. Just a stab in the dark, but I'm guessing this is related to the youtube embed being in an iframe and the async nature of that. If you wait until the video is playing does currentTime= work?
I don't know when we'll have time to fix this behavior, but open to anyone who can poke around and help debug it
This behavior is observed only before the first launch of the video. If the video is already playing, or if the video was started and then paused, then the currentTime method works fine.
How to make the "currentTime" method work correctly?
I can't seem to get the "currentTime" method to work properly.
That's what I get?
When using the "currentTime" method, I get an ever-spinning spinner.
Desired behavior?
When using the "currentTime" method, it should look like a pause without a spinning spinner.
Here is the simplest example:
Here is a live demo:
https://codepen.io/abvas/pen/LYXMBLx
What am I doing wrong? Is it possible somehow to solve this?
With other web components (eg
<vimeo-video>
and<hls-video>
) this behavior is not observed.Thank you.
The text was updated successfully, but these errors were encountered: