Ionic-framework: disable ion-refresher

Created on 23 Jun 2015  路  4Comments  路  Source: ionic-team/ionic-framework

I have 2 ion-list under 1 ion-content, how do i enable ion-refresher for ion-list 1 but disable on ion-list 2

<ion-content padding="false" style="margin-bottom:94px">
    <ion-refresher
        pulling-icon="ion-camera"
        pulling-text="Pull to Scan"
        disable-pulling-rotation = "true"
        on-refresh="doRefresh()">
    </ion-refresher>
    <ion-list ng-if="showItemList">
    </ion-list>
    <ion-list ng-if="showColorInput">
    </ion-list>
</ion-content>

Most helpful comment

Actually I want to do something similar and need to disable the refresher under certain circumstances. Is there a solution?

All 4 comments

Greetings @ericongkc!

I've closed this issue because my sensors indicated it was old and inactive, and may have already been fixed in recent versions of Ionic. However, if you are still experiencing this issue, please feel free to reopen this issue by creating a new one, and include any examples and other necessary information, so that we can look into it further.

Thank you for allowing me to assist you.

Actually I want to do something similar and need to disable the refresher under certain circumstances. Is there a solution?

I also have a similar situation. Is there any way to disable it?

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.

Was this page helpful?
0 / 5 - 0 ratings