Is there a way to stop all background audio? I’m using ionic-audio
which uses cordova-plugin-media
. After stopping the audio with the stop()
method, it still allows me to play it in the background.
Is there a way to stop all background audio? I’m using ionic-audio
which uses cordova-plugin-media
. After stopping the audio with the stop()
method, it still allows me to play it in the background.