Hi all,
Question: regarding page navigation if I have scene A => B => C. If I want to get to scene C I go through B such that composer.gotoScene(B) and in B I call composer.gotoScene©. The problem I am having is going back to B. If I call composer.removeScene© and then composer.gotoScene(B) I get a blankscreen. If I call composer.gotoScene(B) I also get a blank screen, but if I call composer.removeScene© this takes me back to the scene A. How can I simply go back to scene B from C