I’m not sure if this helps, but it worked fine in my app:
this.content.ionScroll.subscribe(($event) => {
this.scrollAmount = $event.scrollTop;
});
I’m not sure if this helps, but it worked fine in my app:
this.content.ionScroll.subscribe(($event) => {
this.scrollAmount = $event.scrollTop;
});