android-components / mozilla.components.browser.engine.system / NestedWebView / <init>

<init>

NestedWebView(context: Context)

WebView that supports nested scrolls (for using in a CoordinatorLayout).

This code is a simplified version of the NestedScrollView implementation which can be found in the support library: android.support.v4.widget.NestedScrollView

Based on: https://github.com/takahirom/webview-in-coordinatorlayout