Hello, I’ve faced this issue today. I have implemented ionic refresher on my app in many places, but this time in particular the ionic refresher is displaying a black figure inside.
I have tried doing as the following post but everything stays the same.
The code in my refresher goes like this:
<ion-content>
<ion-refresher slot="fixed" (ionRefresh)="filterAll()">
<ion-refresher-content
pullingText="Pull to refresh..."
refreshingText="Refreshing...">
</ion-refresher-content>
</ion-refresher>
<ng-container *ngIf="!loading">
</ng-container>