Workaround: Tabbed Views app with browserHistory enabled?

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.

  1. 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 enable browserHistory for the second tab only?

  2. 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 :sweat_smile: I would appreciate your help with this!