Jan Storm

Results 9 comments of Jan Storm

@cjamcu idk if this is the problem you were facing, but the foreground service should definitely stop when the app gets destroyed. Like in Android when i remove app from...

Seems fine for me. Initializing variable in line 18 with false (Like the first part in your code), then in line 41 its getting true when set so: https://github.com/Sithira/FlutterRadioPlayer/blob/master/ios/Classes/core/StreamingCore.swift#L41 Just...

We ran into the same issue. TYPO3 v10.4.17, Flux v9.5.0 When try adding IRRE content elements to news object with extension tx_news v8.5.2

I can reproduce this issue with the current example app provided in this repository. Just by doing `flutter run --release`

I just compiled your version of the code. Seems that this breaks the editor. In my case (Macbook Pro M1 Max) the line numbers were on the right and i...

You need to request the permission from the user. I solved this issue using the following code in my MainActivity: ```Java public final static int REQUEST_CODE = -1010101; public void...

Thanks for looking into it! The exception class was deprecated and then renamed in the newest doctrine version. I've updated the catch case to a more specific class that exists...

This can sometimes lead to slider.visible being 0, e.g. when the elements margin overflows the width of the slider. We experienced that on mobile pages. In our case we added...