Hi, I know this has been asked a lot. Unfortunately, there is no solution that has come up for this problem as far as I know.
-
How can I achieve that a URL with history parameters (
http://my-webapp.com/#!/about.html
) gets loaded in one specific tab of my tabbed app? Can I simply enablebrowserHistory
for the second tab only? -
Is it at all possible (or maybe there is a workaround) to enable history for all tab views, e.g. by referencing the tab in the URL parameters, e.g.
http://my-webapp.com/#!/tab1/about.html
?
Sorry for bringing this topic up again and again I would appreciate your help with this!