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