Tabs navigation issue

Hello!

I’m using tabs with lists in it.
When I wanna go to the detail of each list item, I’m doing this:

this.appCtrl.getRootNav().push( MessageDetailPage, { message } );

Everything works fine, but when I wanna come back to the origin tab, no event (ionViewDidLoad, ionViewWillEnter) is fired in order to can execute some “reload” operation.
The reason why I’m pushing the view using appCtrl instead of typical NavController is this: How to nav.push outside an ion-tabs?.

Any help will be appreciated!! :slight_smile: