Hi all,
I’m working on a two-tabs app with on the first tab a scrollview. When I go to the second tab (= another scene / screen), the scrollview stays in its place and is not removed. I can see that the other scene is loading in the background, behind the scrollview. I’ve tried to remove the Scrollview with code like :removeSelf() and display.remove( scrollView), however, this either just does nothing Or I get an error code: Attempt to compare number with nil… Can anyone help?
Jules