I am using webview_flutter 3.0.4 to load a login web page in iOS I have tried both on simulator and on device the app loading it shows the webpage login page for a few milisecounds and then crashs and I get this error
WKErrorDomain WebResourceErrorType.webContentProcessTerminated
WebView_flutter uses WKWebview. The app works fine one any iOS version below 16.1.1 but on 16.1.1 the WebView crashes at the start of the app. I am using Webpage url that use OAuth 2.0 to generate a unique login challenge everytime.