Reputation: 1253
I'm working on a flex 4.6 mobile project and I found TabbedViewNavigatorApplication will destory the old view and create a new view every time change a tab.
For example, user entered some text at a textInput in View1, then user change to View2 tab and change back to View1 tab. at this time, the entered text is gone.
My question is How to keep these view instance when changing tabs(just like iphone tabbar did)?
Upvotes: 0
Views: 317