Component within page not animating on navigate for iOS
问题 When navigating to a new screen by calling NavController.navigateForward('/url') you get a free native animation which slides the screen in to view. This works as expected unless I use a component within a page component. When I do that, everything animates as expected except the component within the page. When the following page is navigated to the content and title all slide into view as expected. <ion-header> <h1>The Title</h1> </ion-header> <ion-content> Some content... </ion-content>