Has anyone had success putting `AVPlayer`/`AVPlayerViewController` inside a
HorizontalPager
? I'm putting a simple AVPlayer in one page of a pager I've got, and it displays fine, but I lose the ability to swipe away from that tab once the AVPlayer tab is showing. You can see it in this video, I swipe back and forth between some image pages and then I swipe to the AVPlayer tab and I can't leave it. That's why the video just sits there once it's showing; I'm trying to swipe away but it won't let me.
Is AVPlayer overriding gestures? I tried some code to disable gesturerecognizers, to no avail. Any tips?