-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ion-infinite-scroll is broken #10889
Comments
Hello, thanks for opening an issue with us. I cant seem to reproduce this issue locally, any chance you could provide a repo i could use to reproduce this? |
Also this happens After updating the |
Do you use the refresher also? They cannot play nicely together. |
I have same issue after upgrading to 2.3.0
it works when the initial list is short(all in one page), but if the list is longer than on page, ionInfinite won't fire when reach the bottom of page. |
I experienced the same issue but with reversed infinite scroll. It triggers the function when scrolling to the top but automatically change the state from Related code:
|
I have a similar issue that I think is related. Steps to reproduce:
This are the scenarios I have tested (passed is represented by a check mark):
|
I'm experiencing this issue as well. The iOS: 10.2.1 When scrolling to the bottom of I tried adding/removing the |
Yes, same problem here. Ion-infinite is not working on iOS emulator or real device.
|
Same problem here. I'm using infinite scroll in a ion-grid element and it works everywhere except for iOS. The strange thing is that after editing threshold and paddings it works on the first scroll and then stops working. I can confirm that is a ionic-angular 2.3.0 problem. Downgrading it to 2.2.0 make the app working smoothly.
|
I have the same issue after upgrading to 2.3.0. downgrading fixes the issue |
My issue wasn't in an ion-grid element, but same problem. Works fine on 2.2.0, simply rolled back in package.json, no other changes required. |
@danielabbatt version 2.2.0 works fine, thank you ! |
The same in here: Cordova CLI: 6.5.0 Any chance for a fix to this? |
Hello, thanks for opening an issue with us! This issue was caused by a regression related to scroll events in ionic 2.3.0. This has since been fixed and will be in the 3.0 release. Sorry about the hassle! |
@jgw96 does this mean that we have to choose to either use 2.2.0 or wait until 3 is released? |
Same here!!! It does not work on iOS |
@jgw96 how much breaking change 3.0.0 going to be? |
Also experiencing this issue. |
@jgw96 what about a 2.3.1 with this fix? |
there should clearly be a bugfix in the 2.3.x series... |
Ionic 3.0 is released today, so all of you can start using it. |
Yes, just saw the release an hour ago and am in the process of upgrading using the migration guide. |
Updated App to ionic3, sadly problem is still happening |
Again tried exactly my steps as per my previous comment (new app with ionic3 and add ion-infinite) and its still not working. Does anyone have a hack for this? |
Lets mention @jgw96 then |
@NoNameProvided not sure if that works. Since I think that closed issues are not checked frequently and I believe that he received tons of notifications. Since he mentioned something about scroll events so I checked for any similar issues and found #10938. Then tried to do a new app with
Indeed that one is also not working on iOS. I guess those issues are connected. |
I can confirm, that upgrading from 2.3.0 to 3.0.0. doesn't fix this issue for iOS |
export class MyPage {
@ViewChild('container') container: Container;
ionViewDidLoad() {
this.container.enableScrollListener();
}
} This worked for me, but tested only on Android. |
Got some advise from North McCormick on Slack to use wkwebview And can confirm that its working as a temporary workaround @djereg already tried that yesterday and it is not working for ios |
I can confirm the issue. Fresh last ionic version. |
ion-refresher and ion-inifinite-scroll stopped working after upgrade to 2.3.0. Downgrading to 2.2.0 fixed the problem |
It's working again in last release The only upgrade is package.json and those lines in app.module.ts
and
package.json looks like this :
|
same problem ionic framework: ionic-angular 3.6.0 |
i have the same issue. infinite scroll fires multiple events |
ion-infinite-scroll issue event is not fired I am getting 10 data per pagination but after 2 pages event is not working in function. <ion-infinite-scroll (ionInfinite)="loadMore($event)"> |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Ionic version: (check one with "x")
[ ] 1.x
[x] 2.x
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
If we include
ion-infinite-scroll
in a Page, then the page content height is broken.A blank white space is added at bottom of the page.
Expected behavior:
if a n user scroll to teh end it should triger the
ionInfinite
event.Steps to reproduce:
Related code:
Other information:
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):The text was updated successfully, but these errors were encountered: