-
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
The ionInfiniteScroll directive is looping on ios #2694
Comments
And this is with beta13, and not the latest nightly builds that are in master? |
I tried with your latest build, but the error is still there on iphone 5 with version 8.1.1 and 8.1.2(12B440) but not on iphone 6 with version 8.1.2(12B440).
|
@pixnlove, it sounds like a race condition. Are there any |
Hi @perrygovier it looks like the problem related in the forum http://forum.ionicframework.com/t/ion-infinite-scroll-is-looping-after-state-change-before-infinitescrollcomplete/19609 |
This is the same problem I have reproduced a few weeks ago. Thanks for the help and sorry for the late response. |
Hugo http://sweetsland.by/frontstocks_optionbit 23.03.2015, 21:27, "Hugo Fargues" [email protected]:This is the same problem I have reproduced a few weeks ago. Thanks for the help and sorry for the late response. —Reply to this email directly or . |
Hello,
When I'm launching my Ionic app on Safari mobile, the infinite scroll function is looping when i'm returning to the specific view. You can see the error :
In my template, after the ion-list markup :
<ion-infinite-scroll on-infinite="loadMore()" distance="1%"> </ion-infinite-scroll>
In my controller :
This error occurs only on iphone 5 (v8.1.1) default browser (Safari) but not in Chrome.
For information, i'm working with the latest version of Ionic : 1.0.0-beta.13.
Thanks for your help.
The text was updated successfully, but these errors were encountered: