@pdj wrote:
<div #c (ionScroll)="onPageScroll($event)" class="test"> <ion-list > .... ... </ion-list>on .ts file
onPageScroll(d){ console.log(d); }but it never fired when I scroll on div …what’s wrong with it?
Posts: 1
Participants: 1
@pdj wrote:
<div #c (ionScroll)="onPageScroll($event)" class="test"> <ion-list > .... ... </ion-list>on .ts file
onPageScroll(d){ console.log(d); }but it never fired when I scroll on div …what’s wrong with it?
Posts: 1
Participants: 1