Hi all,
I have this peace of code…
$w.onReady(function () {
$w(“#SomHomePage”).play();
});
for some audio that will start to play when someone enter the site.
The issue is when I see the preview of the mobile version on the editor, it starts playing, but when I try on my phone nothing happens.
Does anyone know what could it be? Is it possible that my mobile browser doesn’t read the code so it won’t work there?
Many thanks in advance.
Rodrigo