react-native-youtube-iframe icon indicating copy to clipboard operation
react-native-youtube-iframe copied to clipboard

A wrapper of the Youtube-iframe API built for react native.

Results 122 react-native-youtube-iframe issues
Sort by recently updated
recently updated
newest added

remove unused 'useRef' hook

**Describe the bug** When we pause the current video and if we were swipe up for next video means the current video(I mean next Video) get paused in couple of...

Using YoutubePlayer in very typical way, nothing fancy, just trying to play video on main screen. ``` { console.log('video Ready') }} videoId={'sSsTR8qqDl4'} />Ï ``` The mute function works fine, but...

**Describe the bug** The youtube icon and the video progress bar is enlarge and the text inside the youtube iframe has shrunk. It change so randomly, look very peculiar now....

**Describe the bug** A clear and concise description of what the bug is. **Expected behavior** Fullscreen video turns half black during playback **Smartphone (please complete the following information):** - Device:...

**Describe the bug** Calling seekTo while video is playing messes the playerRef and video keep playing regardless of being stopped. It took few hours to figure out this exact point...

**Describe the bug** Not able to play the video at full height vertically. The current solution which I applied is causing a weird glitches. Please check in the video. **Solution...

**Describe the bug** Package installed, works on android and web but isn't working on iOS simulator. The error is: ”Domain: NSURLErrorDomain Error Code: -1202 The certificate for this server is...

Hello, I am trying to create a custom time bar for the video play length. I am having trouble finding a good resource library that can help me with this...