Xamarin MvvmCross MvxAppCompatDialogFragment looses BindingContext
问题 I've been using MvxAppCompatActivity throughout my project, but in this specific case I have to make use of a MvxAppCompatDialogFragment . Unfortunately, in this case I lose the binding context of the ViewModel somehow. MobileTestView [MvxDialogFragmentPresentation] [Register(nameof(MobileScreenTestView))] public class MobileTestView : MvxAppCompatDialogFragment<MobileTestViewModel> ... public override View OnCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState)