I have added this <audio>
tag in my html page,
<audio id="music" autoplay="autoplay" loop="true"><source src="~/Content/songs/music.mp3" type="audio/mpeg" /></audio>
if I run the web page with this <audio>
tag into any PC browser it works fine, the music gets started on page load, but the same web page doesn't play any music in mobile browsers.
Tested it on android(chrome), windows(edge).
Please can anyone suggest something for it, is there something I missed here. Any help is appreciated.
There are some other posts for this type of question, but they are specifically for apple devices. I need to know if there are any workarounds for android or windows mobiles.