Serdar Coşkun
Serdar Coşkun
looks like this is an ios16 bug, similar to the tableview bug mentioned in another issue
i use it in every app i develop, it is a must have in my library
i had to add these lines too for @QEllis 's answer: ```swift override init(asset: AVAsset, automaticallyLoadedAssetKeys: [String]?) { self.url = URL(fileURLWithPath: "") self.initialScheme = nil super.init(asset: asset, automaticallyLoadedAssetKeys: automaticallyLoadedAssetKeys) addObserver(self,...
same here, tested on 3 different devices with ios 16.2 + and flutter 3.3.0
Hi , i notice that you didn't retain the result of event listener. You should also keep the reference to the stream listener: ```dart //Create a listener parameter StreamSubscription? callKitEventListener;...
hmm, I'll look into that, so basically we need to add a scrollcontroller support for right?
Hi, i'll look into this issue soon. Meanwhile can you share a video or screenshot about this? also steps to repruduce this problem?
an itresting issue!, thanks for sharing. I'll look into this.
Hi gabriel, thanks for checking! Can you create a pr for your changes? So i can also check and merge it👌
Hi, glad to hear that i could help 😃 Sounds like a good idea. I'll look into it!