Hi there,
For my app - I really don’t need unique history states for each tab - so when a user hits a tab - it will go to that primary tab’s job - instead of the “history” in that tab. For example - if I have 4 tabs: (Feed, Search, Profile, Settings).
If I only Feed, and navigate to a specific item - when I tap Search, then back to Feed - I don’t want to reload the specific item from that feed - I want to go to that feed.
Is there anyway to keep the history (for navigation in each tab), but only use one history object, not a new one per tab?