Skip to content
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

perf: Infinite Scroll cause infinite screen updates #1920

Closed
lighta971 opened this issue Aug 3, 2014 · 3 comments
Closed

perf: Infinite Scroll cause infinite screen updates #1920

lighta971 opened this issue Aug 3, 2014 · 3 comments
Milestone

Comments

@lighta971
Copy link

Type: perf

Platform: mobile webview

http://codepen.io/anon/pen/uAEsy

<i class="icon ion-loading-d icon-refreshing"></i> show an CSS3 animated icon and it (supposed to) displays when scroll hit bottom.. #1380
The problem is the animation element is never removed or stopped, but hidden behind the top bar.
When I enable "Show screen updates" in Android developper options, it shows that the screen updating continuously, even when loader icon was never showed. And if I remove icon attribute in ion-infinite-scroll element, problem is solve.

I'm not sure but my list + infinite scroll seem to be a bit more fluid when scrolling.

@mhartington
Copy link
Member

Related to #1380

@ajoslin ajoslin closed this as completed in 7ddb57e Aug 6, 2014
@ajoslin
Copy link
Contributor

ajoslin commented Aug 6, 2014

Fixed. collection-repeat now fits in with any other elements that are inside the ion-content.

@ionitron-bot
Copy link

ionitron-bot bot commented Sep 6, 2018

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.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants