Routing to ionic tab page

I have a tabs page which has 3 tabs for 3 pages (1,2,3) for example
I also have a side-menu - which has 3 buttons each one should route to (1 or 2 or 3)
it routes well - but without the tabs - so I found that I should route to the normal tabs page then select the page (1 or 2 or 3) depends on what I clicked on the side-menu
for example when I click on page 2 on the side-menu - it should goes to the tabs page then select tab number 2

is there any direct path? - what’s the quickest method to achieve that?

This UI makes no sense to me. Why duplicate tab functionality in the side menu? If you insist, however, see this post.

1 Like