ionicScrollDelegate: how to call function after x amount of pixels have been scrolled?

I’d use a directive to detect scrolling. Give something like this a try:

Basically, I added a directive to ion-content. Then, I watch for scrolling. If it exceeds some preset iimit, it logs to the console. You’ll need to clean it up a bit to suit your needs.

1 Like