I’m building an app roughly based around the architecture of the Ionic conference app.
I would like to use the side menu to provide quick links to a page which is a child of a tab.
So the user will click a link in the side menu and the relevant tab will open with the required page pushed onto its navigation stack.
Has anyone tried to tackle a similar issue? Does Ionic support this kind of navigation or should I be looking at trying a different approach?
doron
2
I think my answer here tackles this issue
Hi Doron,
Thanks for the reply!
I haven’t had a chance to test it but I’m thinking deeplinking could be the answer to this one… http://blog.ionic.io/deeplinking-in-ionic-apps/