emilsaj
emilsaj
@goldfire @bikubi any status of the merging of this? Would be great if it solved the issue!
How is this still an issue? Seems to be a pretty critical bug imo...
Any progress or forecast for these? When I tried the 2 existing solutions neither of them seemed to work. Did anybody get them working? :-)
** Edit With a simple test I made it work by showing a notification; Parameters to _MusicControls.Create()_ that should be optional are not optional + WAKE_LOCK permissions has to be...
@jh-gh Jep, i noticed the same thing when killing the app :-) Were you able to get the 'dismissable' option working? It seemed i could not make the notification dismissable...
@pvandrunen did you do anything to get it working for iOS? It seems like you are the only one Who had it working for capacitor 2/3 on iOS. For Android...
@mariusbolik are you using Howler.js for the audio? I have issues with the media controls not showing op on iOS with this.
Just to update on what I ended up doing, since this is essential to my app: I have switched to using this plugin [https://github.com/phiamo/capacitor-plugin-playlist](https://github.com/phiamo/capacitor-plugin-playlist), which has working media controls for...
Which calls are you making while your app is in the background?
> Here are a few of the code that could be causing this issue: > > I run this code after an item in the playlist finishes (event 50 -...