Sven Pepermans
Results
2
comments of
Sven Pepermans
> @mcl-sz Rather than replacing the `WebViewClient`, try wrapping it instead. So I created a derived `WebViewClient` class that accepts a `WebViewClient` as a constructor parameter and in the `ShoudlInterceptRequest()`...
> Hi @SvenPepermans , > > I did this: > > ``` > private class WebViewClientOverride : WebViewClient > { > private WebViewClient _original { get; } > private ILogger...