How to play a sound
To play a sound you need to add your
wav files to your project with
Build Action -> ContentIn this example, we have added them in a Resources folder on our project. After that, you need to call from your Javascript the next function:
window.external.Notify("PlayAudio(Resources/yourfile.wav, false)");
You can set the second parameter to true to play your file in a loop