@KimWong wrote:
How to trigger event after scroll end in
I have try bind
onScrollEndevent inngAfterViewInit (). But it just fire only once inngAfterViewInit().
ngAfterViewInit(){ this.app.getComponent("page1").onScrollEnd( () =>{ console.log(this.app.getComponent("page1").scrollElement.scrollHeight); });
}I hope to fire
onScrollEndevent after user finished the scroll every time.
So how to do that ?
Thank you.
Posts: 1
Participants: 1