Reputation: 1709
I am beginner with Android development.
I have used https://github.com/chrisbanes/Android-PullToRefresh library for 'Pull to Refersh' feature.
I have configured web view for this feature and it's working fine.
The issue is when we pull to refresh, the web view gets stuck and i can not scroll the existing page.
Please help to resolve this issue or suggest alternate library for this feature.
Thanks, Ankur
Upvotes: 0
Views: 1334
Reputation: 939
https://developer.android.com/reference/android/support/v4/widget/SwipeRefreshLayout.html
There already exists a swipe down to refresh layout in the support library. Perhaps this is what you are looking for?
Some samples:
Upvotes: 1