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.
xamarin使用mvvmcross 6.0版本,在系結command后使用navigatioe切換頁面報錯如上錯誤
public IMvxAsyncCommand LoginCommand => _loginCommand = _loginCommand ?? new MvxAsyncCommand(async () =>
{
await _navigationService.Navigate<TestViewModel>();
});
轉載請註明出處,本文鏈接:https://www.uj5u.com/qiye/30085.html
標籤:Xamarin技術
下一篇:Dploy error: ADMC0016E:系統無法創建SOAP連接器以連接到埠8879上的主機localhost.請大家來幫忙看看吧,不知道什么問題
