[Ionic 4] Virtual scroll, item-sliding and refresher question!

Hi!

Is it possible to use refresher with item sliding? I have problems swiping to the right or left on my top items but if I scroll down towards the bottom, all my bottom item swipe to the left/right work fine.

With virtual scroll, item-sliding does not close left/right automatically.

In my page.ts I have

share(slidingItem: ItemSliding){
slidingItem.close();
}

Attached SS of virtual scroll problem with item-sliding