audio play loop just plays after double Home click

  • Thread starter Thread starter amsaal
  • Start date Start date

amsaal

Guest
Member
i put audio mp3 to auto play when page loads but the home button needs to be clicked twice to have auto mp3 loaded only on chrome but on firefox works fine no problems.

This is the code i am using

<audio autoplay loop>
<source src="song.mp3">
</audio>

Continue reading...

Continue reading...
 
Top