You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some plugins or scripts might want to modify or augment the WebViewClient.
Android webView has a getWebViewClient method, but requires API 26.
Would be good if the bridge could provide a getWebViewClient method itself that returns the WebViewClient being set by Capacitor.
Also we should use a WebViewClient subclass that can be subclassed to make it easier to override unimplemented methods (or the implemented ones if needed).
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Capacitor, please create a new issue and ensure the template is fully filled out.
Some plugins or scripts might want to modify or augment the WebViewClient.
Android webView has a getWebViewClient method, but requires API 26.
Would be good if the bridge could provide a getWebViewClient method itself that returns the WebViewClient being set by Capacitor.
Also we should use a WebViewClient subclass that can be subclassed to make it easier to override unimplemented methods (or the implemented ones if needed).
The text was updated successfully, but these errors were encountered: