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
Despite having the autoPlay config off the player will at times start playing for some reason. I've tried setting the flag off when instantiating the player and right before playing the video.
This is preventing me from using the library, it's not viable to have the trailer auto play for the user at times.
What are the steps to reproduce?
youTubePlayer.configuration.autoPlay = false
What is the expected behavior?
The player should never start playing automatically when the flag is off.
The text was updated successfully, but these errors were encountered:
What happened?
Despite having the
autoPlay
configoff
the player will at times start playing for some reason. I've tried setting the flag off when instantiating the player and right before playing the video.This is preventing me from using the library, it's not viable to have the trailer auto play for the user at times.
What are the steps to reproduce?
youTubePlayer.configuration.autoPlay = false
What is the expected behavior?
The player should never start playing automatically when the flag is off.
The text was updated successfully, but these errors were encountered: