Building a quick prototype of a fairly typical app that has a 2-level nav - global nav across the top and each section has it’s own set of tabs. Is it possible to set an on-click target for the tabs that references the current state/location within the app?
In other words, if you’re on “Section 1” the tabs would connect to 1a, 1b, 1c, etc. If you’re on “Section 2”, the tabs would connect to 2a, 2b, 2c, etc. I’d like to avoid having multiple sub nav objects if possible.
Many thanks in advance!