Skip to content

perf: Infinite Scroll cause infinite screen updates #1920

Closed
@lighta971

Description

@lighta971

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions