delight-im / Android-AdvancedWebView

Enhanced WebView component for Android that works as intended out of the box
MIT License
2.39k stars 574 forks source link

[Request] - Expose WebViewClient and WebChromeClient #250

Closed krpot closed 5 years ago

krpot commented 5 years ago

When I look at the source code, I think I can just implement my own classes and pass it to AdvancedWebView. Default implementation doesn't do anything actually.

ocram commented 5 years ago

This library has explicitly been designed so that you can use setWebViewClient and setWebChromeClient as usual, if that is what you were thinking about.