Open
WebView嵌套滑动冲突终极解决方案
Open
作者:常见问题
15
Describe the bug
UI test started failing after version changes. Investigation needed
Add a description, image, and links to the android-ui topic page so that developers can more easily learn about it.
To associate your repository with the android-ui topic, visit your repo's landing page and select "manage topics."
在WebView下拉刷新的时候,如果html中还有自己的下拉,那在SmartRefreshLayout中就会出现各种问题。我解决了这个问题,给大家分享一下解决方案。
首先自定义WebView,代码如下: