0
我是新在Xamarin,C#和VisualStudio的 在標籤中使用Html LabelXamarin窗體HtmlLoad的NuGet不會在iOS工作
按照Android的做工精細,但在步驟我proyect我試着顯示HTML內容IOS我有這個錯誤:
這是我的appdelegate
public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
//Call HtmlLabelRenderer.Initialize() before Xamarin.Forms.Forms.Init() in AppDelegate.cs
HtmlLabelRenderer.Initialize();
global::Xamarin.Forms.Forms.Init();
LoadApplication(new App());
return base.FinishedLaunching(app, options);
}
finishedlaunching在「全球:: Xamarin.Forms.Forms.Init行()告訴我這個錯誤時推出;
System.TypeLoadException 未能加載類型Plugin.HtmlLabel.HtmlLabel,Plugin.HtmlLabel,版本= 1.0.0.0,文化=中性公鑰=空而進行解碼的自定義屬性:(空)
我嘗試清潔和重建,刪除OBJ和bin文件夾和不工作,我想我錯過了一些步驟
thanx的幫助
您是否在PCL項目以及平臺項目上安裝了插件? –
@GeraldVersluis是的我做的,安裝在項目和android/ios平臺,正如我所說,如果我運行的androind所有工作正常 –
只使用WebView –