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:
ios simulator with Expo (npm run ios)
iPhone with Expo (npm run ios)
(Eventual desired platform is Android, but none currently available)
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.
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?