Hello Guys,
I am trying to capture the error that occurred on Webview cycle on native Android. I checked the capacitor provide addWebViewListener
that provides useful information related to Webview but it doesn’t return error information in public void onReceivedError(WebView webView)
. So my main question is how I can access that information on native Android? Should I create another WebViewClient
that is inherited from BridgeWebViewClient
or there is the proper way to access webview errors?
1 post - 1 participant