Hi,
I am playing around with deeplinking in a tabs based Ionic 3 app. As you can see in the following video the URL changes are working fine when switching tabs and I also can open an URL and the app will be loaded, the corresponding tab selected: http://sharedby.manuel-heidrich.com/85k9GB/5adv9PXF
What’s not working is navigating to another page within for example the contact tab and then refreshing the page, as you can see in the next video: http://sharedby.manuel-heidrich.com/H81KjG/3lOpECHf
When I refresh the page the app jumps to the home tab but with the contact page loaded.
So what I am trying to achieve is obviously the app to open AnotherPage within the contact tab when refreshing the page. The question is: am I doing something wrong or is there some other issue involved? Does anybody have a solution for this problem?
I created a repo containing my demo app: https://github.com/mahnuh/ionic-deeplinking-experiments