Tabs and refresher

Hello,
I’m using ionic tabs component and refresher component.
Code is like this:

<ion-content>
  <ion-refresher (ionRefresh)="doRefresh($event)">
    <ion-refresher-content></ion-refresher-content>
  </ion-refresher>
  
  <ion-tabs tabsPlacement="top">....</ion-tabs>
</ion-content>

When tab root page has long content and i scroll it up by pulling down, refresher starts working instead of scrolling tab content.
Is there any way to fix this problem? Except placing refresher inside tab root page.

Thank you,
Irina