the sound works fine with desktop browsers but doesn't work in iPhone.
$('<audio id="notification_sound"><source src="sounds/notify.mp3" type="audio/mpeg"><source src="sounds/notify.wav" type="audio/wav"></audio>').appendTo('body');
tried many different ways but no luck