At the scene:create() section I have a field created&designed for fun&solution.
local blaBla = native.newTextField (x, y, width, height)
blaBla:addEventListener ("userInput", inputListener)
blaBla.placeholder = "The Answer to the Ultimate Question of Life is ..."
Neither I try to sceneGroup:insert (blaBla) or not, this field is visible at the all previous scenes.
What’s wrong with it? All other objects that were inserted into the same particular sceneGroup are dissappearing properly.