@adamdrozdz wrote:
Hello,
I’m currently developing a pretty basic Ionic 4 app with tabs layout. I would like a to have a transition for switching a tab to another, but I don’t know how to achieve that (without hacking it with CSS). All my tabs are defined in tabs.router.module.ts, as in generic ‘tabs’ starter template. In my TS, I usethis.navCtrl.navigateForward(‘tabs/…’);
to navigate to another tab, however I’m getting no transition. I do have a transition, when page is defined in app-routing.module.ts. How can I get transition for switching between tabs? I was able to get them in Ionic 3 with no additional effort. Any help is greatly appreciated, thank you.
Posts: 1
Participants: 1