Hi @swarner,
I want the ion-refresher to stay there until the subscribe is completed.
I found that the Promise help me to fix that. I don't want to use a setTimeout like their example because I don't know when the update/refresh will be completed.
With your suggestion of a variable to watch, how would you handle it with the (refresh) event?