android / tv-samples

Multiple samples showing best practices in app development on Android TV.
Apache License 2.0
1.02k stars 329 forks source link

The VideoPlayer should not skip the content when its control is visible #157

Closed chikoski closed 1 month ago

chikoski commented 3 months ago

The VideoPlayerScreenContent skip video when users push the right key or left key regardless of the visibility of the control. This behavior works well when the control is not visible. However, the control is visible the following UX issues can happen:

The control should intercept all D-pad event when it is visible.