uberspot/2048-android

Problem about sound

Closed this issue · 1 comments

I added some sound to the game by using “ var audio = new Audio("./sound/sound.wav"); audio.play(); ” in js file. It works well in html, but not in the android application. I can't hear any sound in both android phone and android simulator. Please tell me how to make it right. PS: I'm not good at android programming.