RxWebView icon indicating copy to clipboard operation
RxWebView copied to clipboard

RxJava2 binding APIs for Android's WebView

Results 2 RxWebView issues
Sort by recently updated
recently updated
newest added

I'm coming to Android from web development background, using RxJS a lot. My principle concern has been to find a way of merging RxJava2 with Webview. Am I right in...

enhancement

Hi Just having a look at your example app and there's the following bit of code ``` val view = findViewById(R.id.web2) val client = WebViewClient() val o = view.events(client).share() o.ofType(ShouldInterceptRequest::class.java)...