a colleague of me made a crossplattform game app with Cordova. now he is in vacation and I have the problem, that the background music of the app is still playing, if you press the home button and leave the app. Also if you make a phone call.
I tried to set the Android <preference name="KeepRunning" value="false"/>
and also to true, but that didn't help.
Any idea what to do, to handle this problem?