We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec290d commit c95c0eaCopy full SHA for c95c0ea
android/src/main/java/com/reactnativecommunity/webview/RNCWebViewManager.java
@@ -693,6 +693,7 @@ public void onDropViewInstance(WebView webView) {
693
super.onDropViewInstance(webView);
694
((ThemedReactContext) webView.getContext()).removeLifecycleEventListener((RNCWebView) webView);
695
((RNCWebView) webView).cleanupCallbacksAndDestroy();
696
+ mWebChromeClient = null;
697
}
698
699
public static RNCWebViewModule getModule(ReactContext reactContext) {
0 commit comments