vue3-youtube
vue3-youtube copied to clipboard
playvideo not working
i´m using vue3-youtube, i load a playlist properly but video not start playing neither using autoplay nor using playvideo i load playlist in this object const variables = ref({ controls: 0, rel: 0, playlist: "" })
i include this code <YouTube width="100%" height="100%" :mute="true" :vars="variables" @ready="onReady" ref="youtube" > </YouTube>
and if i click play everything works fine and playlist is played, only problem is start to play without click
any idea why is this happening?