I try to play an mp3 file. This works if I change the path to the file on my local webserver, but if I run this on an Android device the sound is not played and no error is
If you are using local files, try to reference them with src="file:///yourpath/sayHello.mp3"
src="file:///yourpath/sayHello.mp3"