react-native-youtube-iframe
react-native-youtube-iframe copied to clipboard
A wrapper of the Youtube-iframe API built for react native.
**Describe the bug** After I exit out of fullscreen in landscape mode, the youtube video retains the "landscape fullscreen" size. The app also freezes, and all parts of the app...
First of all thanks for the wonderful library, any near future plan to support live streaming using channel-id? kind of `` or even direct URL will work too like: https://www.youtube.com/user/NASAtelevision/live,...
I am making a bilingual app to learn English. I will insert a youtube video into the app, and show subtitles below. Is there any way I can get the...
**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...
``` const onStateChange = useCallback((state) => { if (state === 'ended') { setPlaying(false); } }, []); ``` Component: ``` ```
**Describe the bug** Encountered an error loading page {"canGoBack": false, "canGoForward": false, "code": -8, "description": "net::ERR_TIMED_OUT", "loading": false, "target": 16693, "title": "", "url": "https://lonelycpp.github.io/react-native-youtube-iframe/iframe.html?data=%7B%22rel_s%22:0,%22loop_s%22:0,%22videoId_s%22:%22XEWrQzI-T1s%22,%22controls_s%22:1,%22contentScale_s%22:1,%22cc_lang_pref_s%22:%22%22,%22allowWebViewZoom%22:false,%22modestbranding_s%22:0,%22preventFullScreen_s%22:1,%22showClosedCaptions_s%22:0%7D"} **To Reproduce** upgrade react native 0.72.10...
**Describe the bug** The current state of YouTube embedding across ReactNative iOS, Android & Web is pretty sad. Either libraries have bad quality, are incomplete, or are simply not maintained...
When I open youtube video in iframe , Spotify music stops . I am using react-native-youtube-iframe video library for that, any suggestion for that?
**Describe the bug** While playing video in youtube iframe giving us error This video is restricted. Please check the The Google Workspace administrator annd/or the network administrator restriction **To Reproduce**...
**Describe the bug** When i press on the play button the video is automatically unmuted same happens when i press pause button. **To Reproduce** Implement youtube iframe and load a...