morewings / koval-ui

React components collection with minimalistic design. Supports theming, layout and input validation.
https://koval.support/
MIT License
3 stars 0 forks source link

Video Player Issue #527

Open Yehuda-V opened 1 month ago

Yehuda-V commented 1 month ago

Here are some video player issues:

  1. Slider (Volume, play, playback speed control): The slider only works when you drag it, not when you click it

  2. Zoom in: All the nice UI of Koval-UI is gone when zoomed in

  3. Playback speed control: Clicking outside the Playback speed control should hide it, but it does not

Hopefully that helps

morewings commented 1 month ago

@Yehuda-V thanks for reporting. Can you clarify this:

Zoom in: All the nice UI of Koval-UI is gone when zoomed in

Yehuda-V commented 1 month ago

@morewings Sure

You can see that the Koval-UI is gone when you increase the video to full-screen by clicking the full-screen icon on the bottom right of the screen.

image image

morewings commented 1 month ago

@Yehuda-V Now, I see. I decided to add full-screen functionality later. For now, we rely on native controls in that mode.