react-native-youtube-iframe
react-native-youtube-iframe copied to clipboard
Unable to control fullscreen mode after preventing context menu touches (kebab + long press)
Describe the bug I am hosting some private youtube videos that I need to prevent others from sharing on our RN application. Unfortunately there is no way in the youtube API to control fullscreen without directly accessing the Youtube controls. It seems we must either allow link sharing, forgo fullscreen mode, or replicate fullscreen with a full screen webview + rotate which is not an acceptable interface.
Expected behavior Programmatically control full screen mode outside of the youtube controls or otherwise prevent link sharing of videos