I have a problem with an audio tag not working on an iPonhe. It plays HTML5 Audio tags when tested on W3Schools website but will not work with my one below
<audio autoplay ><source src="audio/alarm1.mp3" type="audio/mpeg"></audio>
This code works fine on desktop and android browsers, just not ipod or iphone safari
EDITED
It would seem that the audio file is working ok, it just will not autoplay
Is there a way I could let the user press a button and there after play the music when ever it is required without user intervention?
<html>
. Other Audio tags work ok – user1320260