The HTML audio tag play works well on all browsers on computers i.e. desktop as well as laptop.
HTML code.
echo "<audio controls autoplay='autoplay'><source src='images/audio.mp3'></audio>";
When it comes to mobile browsers, sound couldn't play eventhough I turned on browser notification. I have to press play button as shown in image below. How to make it auto start and hidden in mobile browser?