huynhsontung / Screenbox

LibVLC-based media player for the Universal Windows Platform
GNU General Public License v3.0
1.07k stars 43 forks source link

[Fullscreen] Hide Playback Controls (progression bar etc...) during volume adjustments with gestures #259

Open Mitia99 opened 11 months ago

Mitia99 commented 11 months ago

Is your feature request related to a problem? Please describe. Playback Controls (progression bar etc...) shouldn't be displayed during volume adjustments with gestures in Fullscreen mode. It disrupts the video playback experience.

Additional context No such issue with VLC UWP with touchscreen. Need an implementation with #219 as well.

Thanks,

Mitia99 commented 9 months ago

@huynhsontung Should be labeled as bug cause there is no such issue when controlling volume with keyboard in fullscreen. It only happens with touch gestures.

huynhsontung commented 9 months ago

It's not a bug. Touch is registered as pointer movement and playback controls "unhide" when it detects it. Some extra logic and testing are needed to tell these movements apart. Marking this issue as enhancement is correct.