Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Tijn1314/NestedScrollWebView

Open more actions menu

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

53 stars

Watchers

2 watching

Forks

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.