well, I'm want fire ionScroll
in directive ion-scroll
, but it does not work.
Have idea how I can work with this???
API: https://ionicframework.com/docs/api/components/scroll/Scroll/
well, I'm want fire ionScroll
in directive ion-scroll
, but it does not work.
Have idea how I can work with this???
API: https://ionicframework.com/docs/api/components/scroll/Scroll/
Copyright © 2021 Jogjafile Inc.
I will post this in case you or someone else is still looking for an answer.
There is
ion-infinite-scroll
you could use but it only applies to theion-content
you can use it if it suites you.However, if you really want to get event from
ion-scroll
, you may want to try something like this: https://stackoverflow.com/a/42176764/4084776If you want to check when you reach the bottom of the scroll you could add a dummy element and check if it is near the bottom of the scroll. See the example below.