darshankawar

Results 1749 comments of darshankawar

Thanks for the update. Keeping the issue open for team's tracking.

@MaxLap Thanks for the report. Please check if [this](https://github.com/flutter/flutter/issues/89138) resembles your case or not. Also see https://github.com/flutter/flutter/issues/84966

@MaxLap Thanks for the update. Seeing the same behavior. Keeping the issue open for team's tracking.

> If this is a regression, do we know when it last worked as expected? I verified up until 3.27.4 in which I get same reported behavior. @MaxLap Do you...

@binhdi0111 We would need Flutter related frames in the crash log. Can you symbolize them based on https://github.com/flutter/engine/blob/main/docs/Crashes.md#ios and provide the same here ?

> Do you need me to provide the engine version and some crash files that I received from TestFlight? Yes, if those crash files are symbolicated with Flutter frames.

crash log ``` Incident Identifier: 5B294248-5253-43FD-9D00-3F0E7BC8FC26 Distributor ID: com.apple.TestFlight Hardware Model: iPhone14,7 Process: Runner [810] Path: /private/var/containers/Bundle/Application/6320945C-940C-4552-8F16-52F14138F96F/Runner.app/Runner Identifier: com.ups.f1trading Version: 1.0.1 (7) AppStoreTools: 16B39 AppVariant: 1:iPhone14,7:17.4 Beta: YES Code Type:...

@binhdi0111 The crash log is not conclusive, so can't really tell what could be causing it. The code sample you shared contains android_webview implementation. If you remove it and just...

Could be a dependency conflict. `webview_flutter_android` is endorsed so you don't need to explicitly import it. Just `webview_flutter` should be enough.

Thanks for the update. I am unable to replicate the reported behavior with given details after running the provided code on iphone 6s device and also on iphone 15 simulator....