gokadzev / capacitor-music-controls-plugin-new

An update to Cordova Music Controls plugin to support Capacitor 3
9 stars 4 forks source link

How to pause on android? #3

Closed mariusbolik closed 2 years ago

mariusbolik commented 2 years ago

How can I pause the player controls? It says that updateElapsed() and updatePlaying() are not implemented on android. Also the controls are not destroyed if the user ends the app.

mariusbolik commented 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

gokadzev commented 2 years ago

Notification problem should be fixed now, i will look at pause problem too.

gokadzev commented 2 years ago

Fixed, thanks!