You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you are doing it before youtube video is ready. I also face that issue.
There is onReady method. there you can check video is ready to be fullscreen.
<YouTube
fullscreen={this.state.videoFullscreen} // initially false
doesnt work if I change it with this.setState({ videoFullscreen: true })
The text was updated successfully, but these errors were encountered: