Skip to content

VideoPlayerViewController: Limit double tap gesture y

Soomin Lee requested to merge bubu/vlc-ios:player/double/tap/limit/01 into master

This limits the y of the double tap gesture in order to avoid conflicts with the player controls located at the bottom.

Indeed a collision could happen when spamming the next/prev button.

Merge request reports