Hi! Trying to get following thing running - pages object and inside "sub-pages", so another instance of pages basically. Use case: navigating in app at two different levels - main menu (page) with various options (subpages) then an app starts (page) and there are a few views (subpages). So the idea is each page should have a defined background (animated) that should not change when switching to another sub-page. It should change when a page is changed.
Navigating is controlled with buttons, calling "go" method, there is no swiping.
The problem I am getting is as follows - when a transition of my sub-page starts, its content vanishes right away - so image, labels, buttons etc go away immediately without being visually affected by the transition.
Should it work? I was not able to locate any example of similar design...