ionic-team / ionic-v1

The repo for Ionic 1.x. For the latest version of Ionic, please see https://github.com/ionic-team/ionic
Other
192 stars 187 forks source link

on-scroll-complete not working, how to detect if scrolled to bottom #369

Open potatozerg opened 6 years ago

potatozerg commented 6 years ago

I wonder if ionic v1 has a solution to detect if user scroll to bottom. Solutions online are not working properly, it says something like this: <ion-content on-scroll-complete="checkScroll()"> so after moving the scroll it should trigger the checkScroll() function. However it doesn't work at all. BTW on-scroll works but I can't use that.

ionic v1