Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react-native-youtube-iframe android crash

It's a crazy bug in the WebView library where the fix is to set its opacity to 0.99.

This completely fixed it for me:

<YoutubePlayer 
...
    webViewStyle={ {opacity:0.99} }
/>
 
PREVIOUS NEXT
Tagged: #android #crash
ADD COMMENT
Topic
Name
3+8 =