flex mobile TabbedViewNavigatorApplication back button part2
问题 Refer back to : flex mobile TabbedViewNavigatorApplication back button I have 2 Tabs. Tab1 has 2 sub Views: Tab1 Tab1subViewA Tab1subViewB Tab2 subview... In Tab1 (Tab1SubViewA is the first View), -> I navigate to Tab1SubViewB (still under Tab1). How can I go back to previous view (Tab1SubViewA)? Note: it's not moving from Tab to Tab but moving from View to View all in the same Tab. code for Tab1SubViewA: <?xml version="1.0" encoding="utf-8"?> <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"