Skip to content

基于NestedScrollView改写的WebView 处理CoordinatorLayout关联滑动问题

Notifications You must be signed in to change notification settings

Tijn1314/NestedScrollWebView

Repository files navigation

NestedScrollWebView

基于NestedScrollView改写的WebView 处理CoordinatorLayout关联滑动问题,增加了都没有fling效果

show

allprojects {
    repositories {
        ...
        maven { url 'https://www.jitpack.io' }
    }
}
dependencies {
    implementation 'com.github.Tijn1314:NestedScrollWebView:1.1'
}

Usage

In your layout.xml include the following:

<com.example.nestedscrollwebview.NestedScrollWebView
        android:id="@+id/web"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        app:layout_behavior="@string/appbar_scrolling_view_behavior"/>

About

基于NestedScrollView改写的WebView 处理CoordinatorLayout关联滑动问题

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages