Probably there is an problem in navigating fragments with MvvmCross 4. The issue is viewable also on droid sample support.
Sequence 1
(1) open app
(2) tap on menu - compose message (activity)
(3) press android back button
(4) home page is shown (OK)
Sequence 2
(1) open app
(2) tap on menu - settings (fragment)
(3) press android back button
(4) app exits
My expectation is that fragment navigation supports back button. Is there something that I missed or is this a MvvmCross bug?
Probably there is an problem in navigating fragments with MvvmCross 4. The issue is viewable also on droid sample support.
Sequence 1 (1) open app (2) tap on menu - compose message (activity) (3) press android back button (4) home page is shown (OK)
Sequence 2 (1) open app (2) tap on menu - settings (fragment) (3) press android back button (4) app exits My expectation is that fragment navigation supports back button. Is there something that I missed or is this a MvvmCross bug?