Hi!
I’m not shure if this is a bug or a feature.
I have an app using a router. In one of the pages I have a panel which again contains an PageControl to slide between some pages for login/register/forgot password.
When the user has logged in, this is to be hidden using a WhileTrue/Hide trigger. I’ve placed it on top in MainView so that its shown on top globally when the user isnt logged in.
My problem is that if I remove the panel containing the PageControl, everything works fine, but when its placed back in, the router wont work.
I also use the same manner to achieve a slide between introduction pages.
It would be nice to use it as panels with a high z-index, rather than putting them in their own page.
Is there a workaround?