android-components / mozilla.components.browser.engine.gecko / NestedGeckoView / <init>

<init>

NestedGeckoView(context: Context)

geckoView 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