It worked for me.
I declared the variable infiniteScroll :any;
assigned the this.infiniteScroll = infiniteScroll; in loadMore function
then set this.infiniteScroll.enable(true); in function declared for doReferesh.
It worked for me.
I declared the variable infiniteScroll :any;
assigned the this.infiniteScroll = infiniteScroll; in loadMore function
then set this.infiniteScroll.enable(true); in function declared for doReferesh.