I've been tasked to open N popup windows that persist between page navigations. I can easily get 1 window to show by using the window component, but how do I get N of them? I'm able to get 1 to show, but if I put it in a for loop nothing shows.
I'm guessing I could potentially persist the open windows using the layout? The product manager claims other vendors are able to do this. I don't know how.
ok I'm able to get the N windows, but they aren't able to persist between navigation changes. I thought such a thing was only possible using a new browser window.
Evidently it works by putting it in the menu navigation. Wierd.