Bug on IOS/Safari with the ion-refresher

Hello,

I encounter an issue with the ion-refresher component when there is a fixed element in the page.
For example, I use fixed tabs but since I added the refresher, the tabs doesn’t keep the top position.

This is related to the inner-scroll of the ion-content and the translateZ value (added by the refresher).

Could someone help me to find a fix or a workaround?

Thanks :slight_smile:

More information:

This only happens with safari or with an Apple device.

I tried to remove the transform using this code but this is not very well.

this.content.getScrollElement().then((el) => {
	el.style.transform = '';
});

I read a lot of similar messages such as this one:

But I don’t found any solution at the moment :confused: