oxyplot-xamarin icon indicating copy to clipboard operation
oxyplot-xamarin copied to clipboard

Renderer not initialized

Open frndxyz opened this issue 8 years ago • 3 comments
trafficstars

IOS 10.3 Xamarin Forms 2.3.4.247

design view show this error;

screen shot 2017-06-29 at 4 25 06 pm

i have already placed initialization line in appdelegate.cs

                public override bool FinishedLaunching(UIApplication app, NSDictionary options)
		{			global::Xamarin.Forms.Forms.Init();
			OxyPlot.Xamarin.Forms.Platform.iOS.PlotViewRenderer.Init();	
			return base.FinishedLaunching(app, options);
		}

frndxyz avatar Jun 29 '17 10:06 frndxyz

I get this as well, does anyone have any ideas how to fix this

mawarnes avatar Sep 16 '17 08:09 mawarnes

I got the same issue on Android. Graph Preview is working on the LiveXAML previewer. Maybe it will help you too.

oleksiizapara avatar Mar 07 '18 14:03 oleksiizapara

I have the same problem with my Android project. The app works fine on my device but unfortunately, the XAML Designer is broken and doesn't show any content while only returning the error message stated above.

Huii avatar Nov 16 '18 17:11 Huii