Search code examples
audioionic-frameworkplaybackaudio-playerappery.io

How to play an audio mp3 file in appery


I need to play an audio file in Appery ionic app when user clicks the play button. I have tried this >> https://blog.appery.io/2015/10/how-to-play-a-custom-sound-in-your-mobile-app/

But it is not working. I tried to play audio from URL and local file. Both are not working


Solution

  • Thanks @k185 and @Antonis.There is a plugin that could be used "Cordova Media Plugin". Check this >>https://github.com/apache/cordova-plugin-media

    This worked for me :)