Ion-infinite-scroll with ion-segment

I’m trying to use ion-infinite-scroll with ion-segment, it works with the main ion-segment but when i switch between segments ion-infinite-scroll and ion-segment stop displaying data.
Help,
Thanks.

2 Likes

I’m facing a similar issue. I have an ion-segment controlling two lists. I have a ion-refresher-content at the top and an ion-infinite-scroll at the bottom. I am using Virtual Scroll to iterate through items in each list.

UPDATE
For my case, the maximum number of fixed Virtual Scroll items needed to be met before the infinite scroll was triggered

1 Like

Hello, I am facing the same issue. Does anyone have solution to this? It works fine on first load, but after I switch between segments, infinite scroll stops working.