Home > Enterprise >  Xamarin mvvmcross ios Navigation errors
Xamarin mvvmcross ios Navigation errors

Time:09-20

CrossDemo. IOS [14038:249836] [TRACE] (MvvmCross. Logging. MvxLog) iOSNavigation
CrossDemo. IOS [14038:249836] [TRACE] (MvxForms) Showing of native host View in Forms is not supported.


Use xamarin mvvmcross version 6.0, switching navigatioe page error after binding the command above error

Public IMvxAsyncCommand LoginCommand=& gt; _loginCommand=_loginCommand?? New MvxAsyncCommand (async ()=& gt;
{
Await _navigationService. Navigate (a);
});
  • Related