I'm having trouble adding sound to my cordova app. I can't find an example on the npm/github documentation of cordova-plugin-media:
https://www.npmjs.com/package/cordova-plugin-media
https://github.com/apache/cordova-plugin-media
I've also tried to implement these two:
Play sound on Phonegap app for Android
audio not working with phoneGap
No luck so far. Where can I find an up-to-date copy and paste example that works? Big thanks!
(Cordova version 5.1.1, I install the plugin through cordova plugin add cordova-plugin-media
)