Ion-scroll (class: scroll-content) invisible on iPad 4th gen

Hi all,

I built an Ionic app which was basically finished. Everything worked perfectly in the iOS simulators (iOS 10 and higher), iPad (I tested iPad Air (1+2)), Android devices.

Now I tested on an iPad 4th gen with iOS 10.3.3 (I also tested with this iOS version in a simulator and everything was fine). I have the following:

ion-scroll
-ion-grid
–ion-row
—ion-col
—ion-col
—ion-col

It seems that the ion-scroll (it gets the class “scroll-content” in HTML) is just invisible on only this iPad. If I make it an ng-container the issue is solved.

In Safari inspect, if I remove “position: absolute” from .scroll-content, the content appears but is not scrollable.

I hope anyone can help me out.

Thanks a lot