As you can see when you drag appears a black block on the place where the refresher should be.
After a little styling i discover this is a css problem that can be walkaround adding:
Sure, it happends on the app i’m working on and in this raw template too:
<ion-header>
<ion-toolbar>
<ion-title>Home</ion-title>
</ion-toolbar>
</ion-header>
<ion-content padding>
<ion-refresher slot="fixed">
<ion-refresher-content></ion-refresher-content>
</ion-refresher>
The world is your oyster.
<p>If you get lost, the <a target="_blank" rel="noopener" href="https://ionicframework.com/docs">docs</a> will be your guide.</p>
</ion-content>
We are getting warmer, the black background disappear but the z-index problem is still there (but it should work with ionic lab, i suppose this is a real bug)