vue3-youtube icon indicating copy to clipboard operation
vue3-youtube copied to clipboard

playvideo not working

Open tartesso26 opened this issue 9 months ago • 2 comments

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?

tartesso26 avatar May 22 '24 21:05 tartesso26