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.
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