Bug on IOS/Safari with the ion-refresher

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: