I am working on a hybrid android app using Cordova for the Galaxy Tab E. Everything works as expected on my computer browser, same thing on my tab except for my audio files, but the sound is not working.
What I tried :
- Use HTML5 with on a button, image... : no sound (on the tab)
- Use JavaScript with « onclick » on a button, image... same
- Cordova Media Plugin with the associated script : same
- Try to change the path /www/audio/ with /android_assets/www/audio/
or file:/// (...)
: same thing everywhere
- Try to change a .wav or .mp3 : same
It only works both on computer and on the tab when I use an URL to link the MP3, but not in local (and that’s definitely what I must implement, cause tabs will not have an internet connection)
Kindly guide to solve this issue, thanks.