Current behavior:
When scrolling downwards ( by swiping upwards), the refresher appears on the top of the screen and gets stuck and is not spinning (shown in the screenshot). Refreshing normally by swiping downwards is working. Also refreshing normally makes the stuck refresher icon disappear.
Expected behavior:
The refresher icon should not appear when swiping upwards.
Steps to reproduce:
The ion-refresher element is the first element of the ion-content element and is followed by the list items
Related code:
<ion-content id="list-view-container">
<ion-refresher slot="fixed" (ionRefresh)="doRefresh($event)">
<ion-refresher-content></ion-refresher-content>
</ion-refresher>
<ng-container #instrumentscontainer></ng-container>
<app-empty [dataCount]="dataCount"></app-empty>
</ion-content>
I’ve created an issue also on github
1 post - 1 participant