davidohayon669 / react-native-youtube

A <YouTube/> component for React Native.
MIT License
1.16k stars 472 forks source link

Custom gesture/interaction impossible with full screen YouTube video #272

Open knod opened 6 years ago

knod commented 6 years ago

I've found this to be an issue with WebView as well. When YouTube loads, it loads a full-screen video. That's good. What isn't great is that it blocks all other components. They won't show up above the full-screen vid and they won't getting gesture/panning/tapping input events.

Expected behavior: Be able to program custom interactions, like being able to swipe to the next full-screen videos. Be able to put custom components on top of the full-screen YouTube vid.

Actual behavior: There is no way to do any of that.

Tested on:

Stackoverflow question: https://stackoverflow.com/q/49241309/3791179

So far whenever I try to inspect components, I only get errors, so I haven't been able to do more in-depth examination of the structure of the component relationships.

Is there no way to do this kind of interaction?

knod commented 6 years ago

Is this expected behavior?

designviacode commented 6 years ago

Hi, I wish to do something similar as @knod as well... hope to hear back soon :)