Frank Teller

Results 6 comments of Frank Teller

I think this is an global Android problem with any kind of webviews.

Same problem here. Today I got hundreds of crashes. It's only an iOS problem. v.5.3.2

The app crashes if chrome is not installed on the device. That happens on Samsung devices. #1009

It could be that a missing decisionHandler at the end of the method is responsible for the crashes. [#L1568](https://github.com/pichillilorenzo/flutter_inappwebview/blob/ee1b0d7ff754a49e9f995c68505da3556b9c830d/ios/Classes/InAppWebView/InAppWebView.swift#L1568)

> Any new, I think this erro is critical for users with iOS devices and i have a lot of errors in crashlytics with this problem Me too

In version 9.0.0, the function `delete('session')` internally calls the following Swift code: ```swift var keychainQuery: [CFString: Any] = [ kSecClass: kSecClassGenericPassword, kSecAttrAccount: 'session' ] SecItemDelete(keychainQuery as CFDictionary) ``` Since version...