Hello,
I am using monarch.back()
to remove the screen and going back to the previous screen,
but when going back to the previous screen it calls monarch.init() again of the previous screen, this executes all the init code and some loading animation (which I am using for showing the screen) which looks wired especially for this scenario where I am just removing the top screen and showing back the previous screen.
Also, this is only happening when I am not marking any screen as a popup, as these are normal screens and not popups and also monarch.clear()
is not working as expected on popups so I don’t want to use the screen as a popup.
how can I avoid monarch.init() on monarch.back()?