jellyfin / Swiftfin

Native Jellyfin Client for iOS and tvOS
Mozilla Public License 2.0
2.49k stars 271 forks source link

iOS/iPadOS - Video Player Capsule Slider Gesture Conflicts #1032

Open LePips opened 5 months ago

LePips commented 5 months ago

While seeking with the capsule slider on iOS, sometimes it will be stuck in a state where it won't end properly or won't trigger. This causes the overlay to stay up and interacting with the slider is necessary to dismiss the overlay. This is most likely caused by a conflict between the slider and the overlay gesture (horizontal pan/swipe).

Most probable solution would be to surround the slider with a view that doesn't have hit testing and/or expand the gesture slider interaction size.

Tyreal7416 commented 5 months ago

really important