This library is composed of NestedWebView and NestedWebViewAppBarLayout.
NestedWebView is extended WebView.
It implements NestedScrollingChild in order to work with CoordinatorLayout.
https://github.com/marshi/NestedWebView/tree/master/app
allprojects {
repositories {
maven {
url "http://dl.bintray.com/marshi/maven"
}
}
}
compile 'com.github.marshi.android:nestedwebview:1.0.1'
MIT