react-native-wkwebview
react-native-wkwebview copied to clipboard
WebView Process Terminated Hook
Hi, sometimes our webview runs out of resources and basically crashes. I noticed this method gets called:
https://github.com/CRAlpha/react-native-wkwebview/blob/37e4d7686e5038404d1a49f4634e05c919816cbb/ios/RCTWKWebView/RCTWKWebView.m#L607
Is there anyway we can hook into this on the JS side so we can recover?
Seeing it also, any solution?
Hey there! Had the same issue and just opened https://github.com/CRAlpha/react-native-wkwebview/pull/218.