Simon Tribus
Results
2
comments of
Simon Tribus
You have to wait until the control is created: ``` const options: MusicControlsOptions = { track: sender.name, isPlaying: true, dismissable: true, hasPrev: false, hasNext: false, hasClose: true }; this.musicControls.create(options).catch((e) =>...
I'm having the same Issue! In my case i have a Shell with a Tabbar, within one Tap there are two ShellContents and in both of them a Scrollable BlazorWebView....