Tab Routing Issue

Hi everyone !

I’m wondering if this is a bug or me just missing something, but I can’t figure out how to navigate within a certain tab. Like when you check the profile of someone from home page on Instagram and on the explore page, in both case you stay in the current tab. However since Ionic 4 (and now 5), I can’t figure out how to do it.

If I do: “/tabs/home/post/1” it will always activate the Home tab.
If I do “/tabs/post/1” then no tab is activated when I visite the post page.

Adding every possible route like this:"/tabs/home/post/1 and “/tabs/profile/post/1”, becomes impossible with a bigger app since the number of possible route is infinite.

For more context, here is the link of an exemple: https://github.com/simetin/IonicTabRoutingIssue

Thank you very much !

William