When using overflow-scroll=true, ion-refresher disappeared after infinity scroll is triggered once

I have to use ion-content with overflow-scroll=true. Both ion-refresher and ion-infinity-scroll work, but ion-refresher would not show the spinning circle again after ion-infinity-scroll is triggered once. The on-refresh function is not triggered neither. This only happens in ios simulator. It works in web browser.

When I inspected the DOM in Safari, I could still see the scroll-refresher div. How should I go about troubleshooting this?

Thanks.

I also have the same problem. Here is my code

<ion-content class="content top-hdr" overflow-scroll=true>
      <ion-refresher pulling-text="Refresh Locations" on-refresh="doRefresh()" disable-pulling-rotation="false" pulling-icon="">
      </ion-refresher>
</ion-content>

Firstly the content can be pulled to refresh but then if I scroll up and down again the pull to refresh disappears.

Anyone having the same problem?

I’m having the same issue. Did you find a solution?