I was happy with building app on PhoneGap and it was working very smooth for me. Now that apache PhoneGap has stopped giving support and apple is not accepting apps build with SDK <13, I had no another choice to change my environment from ionic cordova to ionic capacitor.
Upgrade works well. I’ve successfully upgraded from ionic v4 to ionic v5 using Angular 8. Background mode cordova plugin with ionic capacitor music control not working as expected. It plays the music in background and stopped after playing two music files.
Is this issue something related to audio session that we create when media creates. If so, how could I make it active all the time in background.
My local environment info is:
Angular CLI: 8.0.0
Node: 10.19.0
OS: darwin x64
Angular: 8.2.14
... animations, common, compiler, compiler-cli, core, forms
... platform-browser, platform-browser-dynamic, router
Package Version
-----------------------------------------------------------
@angular-devkit/architect 0.800.0 (cli-only)
@angular-devkit/build-optimizer 0.0.35
@angular-devkit/core 9.1.7
@angular-devkit/schematics 9.1.7
@angular/http 7.2.16
@schematics/angular 8.0.0 (cli-only)
@schematics/update 0.800.0 (cli-only)
rxjs 6.4.0
typescript 3.5.3
webpack 3.12.0
1 post - 1 participant