Issue
How do we pull up close from footer from an ionic app to do refresh or load more.
I'am more interested in the html and css or ionic content component implementing the 'pull up to refresh' view
Solution
The following code helped me in the html side
<ion-infinite-scroll (ionInfinite)="doInfinite($event)">
<ion-infinite-scroll-content loadingSpinner="bubbles" loadingText="Loading more data...">
</ion-infinite-scroll-content>
Answered By - DarrenChand
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.