Stop playing audio when going to background

I use cordova-plugin-nativeaudio and:

platform.ready().then(() => {
  this.backgroundMode.disable();
});

Still, when going to background - audio keeps playing - how can I stop it ?

i am getting the same problem ? you solved this? if yes tell me how you did …