MvvmCross navigation from Xamarin Forms TabbedPage to a Native view while preserving history/backstack

64 Views Asked by At

Something like this

I am hoping to do something like the image above, using MvvmCross, Xamarin Forms and Native Views. The image is for demonstration purpose, the actual UIs are more complicated. I have looked into the MvvmCross Playground project, as well as the source codes for the presenters (i.e. MvxForms[Ios||Android]ViewPresenter and MvxFormsPagePresenter). I created a custom presenter from the MvxForms[Ios||Android]ViewPresenter and tried to show the native view (view controller/fragment) as a navigation page, but I was not successful. Any help or suggestion will be greatly appreciated.

Apologize in advance if this question is a duplicate. I did a fair amount of searching, but could not find exactly what I was looking for.

Thanks in advance!!!

0

There are 0 best solutions below