Skip to content

RoyeA/ionic5-refresh-issue

Repository files navigation

ionic5-refresh-issue

in your HTML template:

<ion-refresher slot="fixed" (ionRefresh)="doRefresh($event)">

in your ts code:

doRefresh(event){ event.target.complete(); }

When pulling the screen once, the code run, and the refresher dissapear. But since the first pull, the next one is (look like ) disabled.

About

ionic 5 refresh issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published