Life cycle hooks of children page of tabs doesn't fire when navigate to non-tab pages

I created a project with a tabs template ( eg. tab1 and tab2). when I tried to navigate from tab1 to another non-tab page, the ionViewWillLeave and ionViewDidLeave in tab1.page.ts didn’t fire, while the hooks in tabs.page.ts fired.
How can the hooks of children pages fire when navigating to non-tab pages?

1 Like