Question
How to transition screen, without the designer
Hi,
I have a screen that no other screen would transition to it with the help of interactions in the designer,
I know I can transition to other screens with the help of this function
static_cast<FrontendApplication*>(Application::getInstance())->gotoKeyPadScreenScreenNoTransition();But, what if this transition is not generated with the interactions, How can I change to this KeyPadScreen from code?
