capacitor-video-player icon indicating copy to clipboard operation
capacitor-video-player copied to clipboard

How get the progress time

Open EABangalore opened this issue 8 months ago • 2 comments

i was looking something like this

const video = document.querySelector("video");

video.ontimeupdate = (event) => {
  console.log("The currentTime attribute has been updated. Again.");
};

but did not find any here in this Event listeners examples

Even i have posted the code on stackoverflow

Please help me!

EABangalore avatar Jun 15 '24 06:06 EABangalore