Android 在 Webview 上拉动刷新卡住

Android Pull to Refresh on Webview gets stuck

我是 Android 开发的初学者。

我已将 https://github.com/chrisbanes/Android-PullToRefresh 库用于 'Pull to Refersh' 功能。

我已经为此功能配置了 Web 视图,它工作正常。

问题是当我们拉动刷新时,网络视图卡住了,我无法滚动现有页面。

请帮助解决此问题或为此功能建议备用库。

谢谢, 安库尔

https://developer.android.com/reference/android/support/v4/widget/SwipeRefreshLayout.html

支持库中已经存在向下滑动刷新布局的功能。也许这就是您要找的东西?

一些示例: