Hello Guys !
I am currently creating an app and wanted to have a bg image that stays for every scene.
To do that I normaly create a display.newImage in the main.lua and create all other widget / display objects within the create of the scene ( let 's say login.lua ).
But for the moment I can’t make it work : the bg image is the only thing you see !
If I set isVisible = false to to bg image I can see all of my login’s widgets …
I tried to have a global reference on composer.stage as topGroup to add the ogin’s widget in this group ( instead of the self.view group ) and it works, but I can’t have all my app like this .
I am missing something here ?
I am on windows, tries on android too with the same result.
Thanks for the help !