<ion-toolbar position="bottom> will not get the page transition animation when pop or push

<ion-toolbar position="bottom"> will not get the page transition animation when nav.pop() or nav.push()

I want to add a footer in the page. Like an input or textarea at the bottom of the page.
And I find that outside the <ion-content> , whatever tag it is, it will not get the page transition animation when nav.pop() or nav.push() .

And I had try <ion-footer-bar> also not work.

3 Likes