Tabs and back button

I have a left menu with one of the menu items leading to a list view. From the list view I can move toward a screen containing three tab, each tab has an on-select function. Coming from a list I have the back button also.

When I click on the back button from the first tab the on-select function of the other two tabs is executed. If I click on the second tab then the on-select function of the third tab gets executed. Nothing gets executed if I am on the third tab.

Can you post a codepen demo? Or some code? Kind of hard to find the issue with out them

The issue was in my code, not related to ionic at all.

Ahh alright, well glad to hear it is resolved :smile: