IacobIonut01 / Gallery

Light-weight Media Gallery app for Android made with Jetpack Compose
Apache License 2.0
1.22k stars 61 forks source link

[Enhancement] Play/Pause video on single tap #418

Open Cwpute opened 3 months ago

Cwpute commented 3 months ago

Is your feature request related to a problem? Please describe. When the video is playing and the video controls UI is gone, you have to tap twice to pause it: once to bring up the UI, and a second time to tap the pause button.

Describe the solution you'd like A single tap anywhere on the screen should suffice to pause the video. Wether you tap to pause, edit, delete, share or do any other action regarding the video, pausing is either desirable or not bothering.

Describe alternatives you've considered Alternatively, a tap on the bottom of thi screen would bring the video controls, a tap anywhere else would pause the video.