Closed Zkffkah closed 1 year ago
In play local file mode, the player's control panel would show and hide when fast-forward trigger which is annoying, would be better to hide it using something like the bottom code.
videoEl.addEventListener('mouseover', async () => { videoEl.controls = true }); videoEl.addEventListener('mouseout', async () => { videoEl.controls = false });
Duplicate of #117
In play local file mode, the player's control panel would show and hide when fast-forward trigger which is annoying, would be better to hide it using something like the bottom code.