for example, suppose there is 4 views in single page
means 4 content (each one contains peoples/friends list) in single page where each content can be pull down to refresh and infinite scroll and header/footer should be fixed or freez means while swaping just views of list will be change but header will be as it is
i have tried so many time to find example like above. so many android and ios native apps are providing these kind of layouts but i couldn’t find any demo for this in our cordova with ionic. ?
The header and footer functionality is inlcuded in ionic, and can surely be used in combination with the slide-box. I have no example at the moment, but it should be fairly easy to implement really
I have used slidebox, but the problem which i got is that
there is single scroll for all of its content and second problem is that
suppose there is 20 element is list view 1 and only 10 element in list view 2
then list view 2 is scrolling as same height as for list view 1 means list view 2 treat as list view 1 for scrolling and pull to refresh.
what i am looking for is that … 4 different scroll ( for pull to refresh and infinite scroll ) for each view.
but its not working, it sets height of single scroll for all view ( total 4 views ), so problem is same if 1st view has 20 element in list and 1st view has 10 element in list then both view have same size event if we set it to fix size.
am i doing right ? or can you tell me what to do if i didn’t get you?
and i am calling this function at several time when needed like at the time of slide change, at the time of content add or remove (by pull-down or infinite scroll) etc.