NoPaginate icon indicating copy to clipboard operation
NoPaginate copied to clipboard

Problem with NestedScrollView

Open kardani opened this issue 5 years ago • 3 comments

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

kardani avatar Dec 03 '19 11:12 kardani

same issue!!

myt041 avatar Jan 20 '20 07:01 myt041

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

phuongtinhbien avatar May 29 '20 03:05 phuongtinhbien

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!

kardani avatar May 29 '20 08:05 kardani