disableDefaultErrorPage property
Sets whether the default Android WebView’s internal error page should be suppressed or displayed for bad navigations.
true means suppressed (not shown), false means it will be displayed. The default value is false.
Officially Supported Platforms/Implementations:
- Android native WebView
Implementation
bool? disableDefaultErrorPage;