Questions tagged [ion-infinite-scroll]
10 questions
4
votes
1 answer
Ionic 3 - Infinite scroll with Horizontal scroll
I have used Infinite scroll with "Vertical Scroll" and it works as expected.
On a different page, I have multiple "Horizontal scrolls". I would like to make them infinite scrolls as well. I used the tag for the horizontal…

pat
- 1,119
- 2
- 12
- 20
4
votes
2 answers
ion-infinite-scroll loops forever calling on-infinite callback
The problem: If I exit the current ion-view when the on-finite callback hasn't finished processing, the on-infinite callback will start getting called in a loop until the app freezes, even if I'm not in the view anymore where the ion-infinite-scroll…

jcarballo
- 27,395
- 3
- 28
- 28
3
votes
0 answers
How to use ion-infinite-scroll on a large screen in Ionic 5 app?
I am trying to add ion-infinite-scroll to my Ionic 5 app.
It is working fine when I view it on devices with small screens.
I.e. If I try to scroll down on my phone, new items are displayed.
However, if I view it on a larger screen (i.e. a desktop…

user9847788
- 2,135
- 5
- 31
- 79
2
votes
1 answer
Infinite scroll does not work with ion-content fullscreen
I am using infinite scroll in Ionic-3 and I hide Main-Header and showing Mini-header on scroll.It is a causing problem in android only and problem is :
On scrolling Main-Header Stuck behind as shown in Image,
I used ion-content with fullscreen to…

zahid shabbir
- 127
- 2
- 11
2
votes
4 answers
Change ion-refresher & ion-infinite-scroll color
It's a "simple" request but I'm not able to achieve this result...
In my app I have these two components:

JEricaM
- 794
- 2
- 15
- 37
1
vote
1 answer
Ion-infinite-scroll new pushed images does not load
I got a grid view to display images, I am trying to use the ion-infinite scroll to load more images when the user scrolls to the bottom. I fire an event called "loadMorePosts" which makes an API call gets the next set of images and append it to an…

Troller
- 1,108
- 8
- 29
- 47
1
vote
4 answers
ion-infinite-scroll not working inside ion-scroll
I'm trying to implement load more functionality in the half portion of the page.
So I put that code inside the ion-scroll but somehow current implementation is not working i.g. the method is
(ionInfinite)="doInfinite($event)"
is not triggered and…

Mantu Nigam
- 3,690
- 7
- 24
- 41
0
votes
0 answers
Ionic 5: scroll horizontally with infinite scroll not work
In ionic 5, angular and capacitor, I want scroll horizontally with infinite scroll who call loadMore function and loadMore is called only one time.
This is my HTML code :

Réda Youssoufi
- 147
- 1
- 12
0
votes
1 answer
ion-infinite-scroll inside ion-list
I am trying to implement ion-infinite-scroll in my ionic 3 application. i need to implement it inside a ion-list. i made my scroll-content overflow:hidden and make ion-list overflow-y: scroll.
My HTML Code:

Sreejith
- 166
- 1
- 12
0
votes
1 answer
Infinite Scrolling of dynamic data with ionic 1 and angular js 1
How can I do infinite scrolling in ionic 1 and angular js 1 with dynamic data (Http request)from database ?

Sumitra Roy
- 31
- 2