overscroll
Here are 13 public repositories matching this topic...
Android: iOS-like over-scrolling effect applicable over almost all scrollable Android views.
-
Updated
Apr 22, 2021 - Java
一款支持上下拉刷新、越界回弹、二级刷新、横向刷新、拉伸回弹、平滑滚动、嵌套滚动的多功能刷新控件
-
Updated
Sep 9, 2021 - Java
下拉刷新,上拉加载,真实的回弹(overscroll)效果(媲美qq),且大小只有37KB(是其他主流刷新库或回弹库的1/2,1/3,甚至是1/4),同时,自定义header和footer,可以实现任何你想的到的功能(例如:自动触发加载更多、二级刷新等)
-
Updated
Apr 1, 2021 - Java
NestedScrollView and RecyclerView with physics-based bouncy overscroll effect
-
Updated
Oct 2, 2021 - Kotlin
-
Updated
Sep 3, 2020 - Java
Automatically switch CSS html background-color to bring a smooth user experience
-
Updated
Sep 23, 2020 - JavaScript
Use CoordinatorLayout+Behavior to achieve elastic scrolling and inertial scrolling for list. 利用CoordinatorLayout+Behavior实现弹性滚动和惯性滚动效果(类似微信首页).
-
Updated
Apr 11, 2019 - Java
Small custom view with smooth overscroll. You can add header with scale background
-
Updated
Aug 8, 2019 - Kotlin
Xamarin.Android and Xamarin.iOS binding
-
Updated
Jul 7, 2021 - C#
Android: iOS-like over-scrolling effect applicable over almost all scrollable Android views.
-
Updated
Feb 4, 2017 - Java
Pet-project.
-
Updated
Nov 16, 2020 - Kotlin
Improve this page
Add a description, image, and links to the overscroll topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the overscroll topic, visit your repo's landing page and select "manage topics."


在WebView下拉刷新的时候,如果html中还有自己的下拉,那在SmartRefreshLayout中就会出现各种问题。我解决了这个问题,给大家分享一下解决方案。
首先自定义WebView,代码如下: