Sune Westphalen

Results 2 comments of Sune Westphalen

I can confirm I am also having problems with music controls in an Ionic project, where it has been working before. Still works on Android, but the Music Controls `create`...

I have gotten it working by ignoring the `create` Promise/callback and calling `updateIsPlaying` and `listen` directly after. Seems odd to ignore the promise, but it works for some reason. This...