BrOrlandi commented on issue #213: URL: https://github.com/apache/cordova-plugin-media/issues/213#issuecomment-808610862
> > Hi i fix changing the CDVSound.m > > Line 374 > > From: > > [self.avSession setCategory:sessionCategory error:&err]; > > To: > > [self.avSession setCategory:sessionCategory withOptions:AVAudioSessionCategoryOptionMixWithOthers error:&err]; > > If some one could add this to the plugin it was better and ad a PR. > > This allows the next music to play in background, but then the MusicControl wouldn't work, is there any other fix Same for me. It works, but the MusicControl is not loading anymore. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
