capacitor-video-player
capacitor-video-player copied to clipboard
How get the progress time
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!