Deeplink with Tabs and Segment

Hi All,
I face a problem when use deeplink to set new root Tabpages.

this.deeplinks.routeWithNavController(this.app.getActiveNav(), {
** ‘/catalog/category/view/:id’: TabsPage,**
}).

Tabs have 5 tab and 1st tab HomePage have ion-segments .
All still are working but tab Home (with segment nested ) have an error.
1.When I’m at other tab and click on Tab Home , app get content of this tab but not auto active tab
-> I have to click backbutton or whatever on screen to active it.

2.When I click on segment button ,app isn’t auto change segment.
-> I have to click backbutton or whatever on screen to change it.

I think both 2 isssues related to segment and tabs.

P/s : Sorry for my bad format text.

ionic_app