-
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
Infinite scroll never dismisses #5690
Comments
Infinite scroll was added in |
@brandyscarney , I did migrate to beta2! the ionic-cli is showing a wrong info! |
@BugsBunnyBR Hmm maybe update the CLI to If you're using beta.2, you should call It looks like to me you are triggering the
So once the number of items exceeds 90 we stop triggering the infinite scroll. Does this help? |
@brandyscarney |
I think this is a bug with the CSS. When the state changes to just |
People, I am using infinite scroll with refresher, if the user reaches the last page, I set the infinite scroll do enable(false), but I need to be able to enable it again when the user hits the refresher (because I only load the first page in the refresher and the user may again go to end of the list). |
I have the problem Adam says. When the list is short and doesn't need scroll the spinner and loading text is visible. Thank you guys, you're doing a really good job. |
Thanks for the help everyone! |
Short description of the problem:
After scrolling ion-list to the bottom item, the spinner appear, the callback is triggered, the code calls infiniteScroll.complete(), but the spinner never is removed.
What behavior are you expecting?
After the calling of infiniteScroll.complete(), the spinner should be removed from the screen.
Steps to reproduce:
1 include the code bellow in the page controller
2 include the code bellow in the html
3 run the code.
Ionic Version: 2.x
Browser & Operating System:
tested on Android
Run
ionic info
from terminal/cmd prompt:The text was updated successfully, but these errors were encountered: