I want to disable the Long Press on the YTPlayerView. When long pressed, it shows a menu like this:
Which is something I don't want.
I tried to cover the YTPlayerView with another UIView with UILongPressGestureRecognizer. But then not only the LongPress is not detected by the YTPlayerView, all touches (eg tapping for Play/Pause) are also not detected by the YTPlayerView.
I want to only remove the Long Press Menu. Is it possible to do that?
Thanks