Page Animation Not Working on iOS

Has anyone noticed that the sliding animation does not work on iOS devices when the page we are navigating to is using <ionic-grid/> rather than <ionic-content/>?

Wouldn’t the ion-grid go inside of your ion-content?

I believe all pages are supposed to have an ion-content, which might explain why the animation doesn’t work.

Hi, sorry for the late reply. The reason why I’m trying not to use ion-content is because it creates a scrollable-content by default which I don’t want. But yeah I think you are right that if there is no ion-content animation won’t work.