Skip to content

VideoPlayerViewController: Sliders bug fixes

What has been done:

  • The brightness and volume sliders' sensibility has been adjusted to make this feature usable on larger screens such as iPads.
  • The sensibility has also been adjusted for smaller screens in order to be able to control a bit more the settings change.
  • The volume assignment has been fixed, the audio session is now able to recognize the volume assignment and does not reset the volume each time the slider is used.
  • The sliders are now still visible while being used even past the hiding timer's time interval.

The sliders hiding bug is shown in this video

Before Sliders_-_Before
After Sliders_-_After

Merge request reports