Closed mariusbolik closed 2 years ago
I'm not an expert, but it seems like capacitor android plugins can override the handleOnDestroy method to do any needed cleanup work. This could fix the issue with the music controls that won't hide after app is terminated. Example: https://github.com/ionic-team/capacitor-plugins/search?q=handleOnDestroy
Notification problem should be fixed now, i will look at pause problem too.
Fixed, thanks!
How can I pause the player controls? It says that
updateElapsed()
andupdatePlaying()
are not implemented on android. Also the controls are not destroyed if the user ends the app.