SRGSSR / srgmediaplayer-apple

An advanced media player library, simple and reliable
MIT License
158 stars 33 forks source link

Missing accessibility slider gestures #116

Closed defagos closed 2 years ago

defagos commented 2 years ago

As noted by @NicolasBrunnerSRF the accessibility slider increment / decrement gestures do not work properly. The slider namely reflects the current playback position and therefore the incremented / decremented position is immediately reset.

Issue type

Incorrect behavior

Environment information

Reproducibility

Always reproducible

Steps to reproduce

  1. Run the demo.
  2. Enable VoiceOver and play some on-demand example.
  3. Select the slider using VoiceOver and swipe up (increment) or down (decrement). The playback position does not change.
defagos commented 2 years ago

Fixed on the feature/accessibility-slider-navigation branch.

pyby commented 2 years ago

Default 15 seconds like the AVPlayer is a good idea.