You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/12/19 12:41:36 UTC

[GitHub] [cordova-plugin-media] impozzible commented on issue #213: Playing multiple files sequentially in background doesn't work in iOS

impozzible commented on issue #213:
URL: https://github.com/apache/cordova-plugin-media/issues/213#issuecomment-748469574


   > 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


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org