Can I somehow easily replace current viewmodel with another using mvvmCross?
When I use ShowViewModel the current view stays on back button stack. Combination of Close(this) and ShowViewModel doesn't seem to work.
Is there any easy to launch another viewmodel so that back button from that view will get you to previous view and not to the your current view?