Skip to content

ion-infinite-scroll doesn't scroll smoothly #1866

@mjason3

Description

@mjason3

the ion-infinite-scroll automatically enable an refresh icon at the top. it will result in the whole list push down and then get back to the original position(because of the refresher's appear and disappear).
I already had a workaround to remove that refresher, but it will be better if you can provide some options to disable it officially.
var infiniteElement = document.getElementsByTagName('ion-infinite-scroll')[0];
infiniteElement.removeChild(infiniteElement.childNodes[0]);

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