NoNews / NoPaginate

Android pagination library (updated 01.05.2018)
Apache License 2.0
182 stars 31 forks source link

Problem with NestedScrollView #19

Open kardani opened 4 years ago

kardani commented 4 years ago

When put RecyclerView inside NestedScrollView then called all pages continuously until last page without scroll!

myt041 commented 4 years ago

same issue!!

phuongtinhbien commented 4 years ago

NestedScrollView will create all children view. So you can add recyclerView into NestedScrollView for paging

kardani commented 4 years ago

NestedScrollView will create all children view. So you can add recyclerView into NestedScrollView for paging

Of course we did that but as I told paging automatically load pages one after one even if user don't scroll!