Hi,
I am embedding this code to autoplay sound in my website “https://tarekrabaa.com/en/”
<audio id="audio" style="display: none;" src="music-for-my-website.mp3" autoplay="autoplay" loop="loop" controls="controls" onloadeddata="setHalfVolume()"></audio>
This is working on opera browser normally but on Chrome, it doesn’t autoplay unless i click on the URL inside the SF menu “https”//tarekrabaa.com" than click back on the english website again.
The same issue occurs on mobile phone.
I tried many ways and cannot autoplay.
Do you have a solution for this?
rgds