Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70929

"On-scroll" not working in

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 70929

Trending Articles