Hi guys,
I have to ask for help again because I just realized that my lander's audio only works when I load the page using desktop. It doesn't work at all when I open it on mobile.
Can anyone help?
Here's the script I'm using:
<audio autoplay="autoplay"> <source src="audio.ogg" /> <source src="audio.mp3" /> </audio>
Mobile browsers doesn't support autoplay.
However this library does some tricks to make it work: https://howlerjs.com/, check it out.
Thanks but I tried it and it still didn't work 
On what kind of mobile phone and browser are you doing your tests?
This script works well for me, combine it with your + make sure alert.mp3 is available:
It works! Thanks!
I think I forgot to put the volume: 1, that's why it wasn't working.
Haha, happens 
Glad you got it working!