Is there a way to navigate within a popup, so that the pop up changes page but the main page remains on it's current page?
I've tried using Page and view navigation
This could be done with the popup view being just an embeddedView with its 'path' linked to a param or custom prop, once you want to change view just update that param/prop.
1 Like
You could also close the popup and open a new one.
1 Like
Thank you both for the tips. I believe both would work but embedded views would be a bit more work to implement.
Closing and opening a new view will be a simpler change to what we have now.
Is there a way to determine if the current/ active window is a pop up or the main view?
If I was going to use your solution Iād need a way to determine this as we use the page as both a main view and a pop up.