Should ionViewDidLoad inside a tab fire again if that tab is tapped after it is already selected?

Hello,

Try :

ionSelected() {
// DO SOMETHING OR NOT
}

In your ‘HomePage’ for example.

Links : Capturing ion-tab click on active tab event - #27 by psalchow

I Hope I could help you.