@prolink007 wrote:
I am trying to use the "on-scroll" feature of "ion-content". "on-scoll" is not working.
Page.html <ion-content on-scroll="onPageScroll()"> </ion-content> Page.ts private onPageScroll(): void { console.log("testing this"); }
I serve this to chrome. When i scroll the page, nothing happens. Nothing is printed to console.
What am i doing wrong?
Thanks
Posts: 3
Participants: 2