Ionic 4 ionSelected() replacement? ion-tab-button

Im migrating our application from ionic 3 to ionic 4.

We were using ionSelected() to be able to refresh informations when clicking on current tab. Ive looked at the docs on ion-tabs and ion-tab-button but didn’t see anything available anymore to do the same as in ionic 3.

Someone got a good alternative to capture that event?

Or do I have to make an observable that would capture the click on the current tab?

1 Like

did you solve this problem??

i have the same one