jeudi 28 juillet 2016

disable audio from keeping playing after lock screen or press home button in safari

I'm working on a project and in a case I need to play audio using tag in web. But I found out that the audio won't stop after lock screen or press home button. It just keeps playing. So is there a way to disable that? BTW I tried simplest way but the audio won't stop. Here's the code:

<audio src="./movies/1.mp3" controls="controls">
  Your browser does not support the audio element.
</audio>




Aucun commentaire:

Enregistrer un commentaire