question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

White flashes when loading youtube vid on iOS

See original GitHub issue

Hi,

I get white flashes when loading youtube videos on iOS, this does not happen on Android. The video starts playing when loaded and everything else is perfect, but the white flashes are still annoying to the users. Didn’t find any other isses that mention this.

The backgroundColor: 'black' styling only seem to affect Android since I tried with ‘red’ and that caused the same, but red flashing on Android and still white flashes on iOS.

Versions: “react-native”: “0.63.4”, “react-native-youtube”: “^2.0.1”,

I suspect I need to do something in xcode…

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:5
  • Comments:5

github_iconTop GitHub Comments

1reaction
ws333commented, Apr 7, 2021

@harpreet-appinventiv Thanks for sharing, I will test your suggestion when I get to work on the iOS version again.

1reaction
harpreet-appinventivcommented, Mar 19, 2021

Hi @ws333, Use onReady function to set height of youtube component as below:

<YouTube
        ref={'youtubePlayerRef'}
        apiKey="Your_API_Key"
        videoId={'4SRiBQeC8Rs'}
        onReady={(e) => this.setState({show:true})}
        style={{ height: this.state.show ? 250 : 0,  width:'100%', backgroundColor:'black', borderRadius:10}}
/>
Read more comments on GitHub >

github_iconTop Results From Across the Web

Weird flashing when watching videos - Apple Community
Hello,. I just got an iPhone 12 and whenever I watch videos (youtube, netfix, hulu, anything), there is this weird consistent white flashing...
Read more >
IOS youtube player shows white screen while loading
I am using storyboard, problem is while loading video, youtube player shows blank white space it gives very ugly look to my complete...
Read more >
Screen flickering (white flash) with YouTube videos (Win 11)
Have a new problem today as of the latest W11 insider build + the latest nvidia drivers with youtube videos sometimes loading as...
Read more >
9 Proven Solutions to iPad Screen Flickering - TunesKit
The flickering could be as a result of a 'misbehaving' application. If you find such an application, force quitting the application is highly ......
Read more >
Ways to Fix YouTube not working on Safari
If your device runs low on storage or RAM, this can cause issues with YouTube video loading. Youtube video content requires Flash.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found