Raymond Gu
Raymond Gu
@pichillilorenzo I also need this fix, the webview just throw a SUPPRESS_ERROR_PAGE when opening.
> Personally i make the fix different to still support `disableDefaultErrorPage` : > > Old code > > ```java > if (!WebViewFeature.isFeatureSupported(WebViewFeature.SUPPRESS_ERROR_PAGE) && > webView.customSettings.disableDefaultErrorPage) {} > ``` > >...
> > > Personally i make the fix different to still support `disableDefaultErrorPage` : > > > Old code > > > ```java > > > if (!WebViewFeature.isFeatureSupported(WebViewFeature.SUPPRESS_ERROR_PAGE) && >...