I am facing DEEP link issue in ionic 3 development.
Our app pages are build with tabbed interface. So that DEEP link is not working this architecture i.e the main issue is the tabs are not visible in the page when app is opened with deep link. I am using ionic native deep link plugin . I have also tried branch deep link solution but even that is also showing same issue.
In my research, I have identified that the page which we referring to open is getting pushed out of the ‘tab view’. See the blue marked ionic page (our pushed page) below, we believe that if we can push the page under ionic tab nodes would resolve the issue.
Have any one of you come across these kind of issue with ionic 3 development ? and any solution to resolve this issue would always be appreciated. Thank You.
Deep Link Implementation Code Snippet