How to force ctx.Navigate() to open target in a new Tab
kgeipel-retail7 opened this issue · 1 comments
kgeipel-retail7 commented
Is it somehow possible to force the ctx.Navigate() function to open the target in a new Tab or Window, even if the target is on the same host/domain?
oderwat commented
Just call app.Window().Call("open", "/?test")