Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xamarin forms previewer is showing a MockView after rendering

I'm not be able to see my design screen in the xamarin froms previewer. It is only showing a MockView with a orange screen with black text after rendering.

enter image description here

I don't get any errors about it?

  • 64 bit Java 8.0_121
  • Visual Studio 2013
  • Xamarin Stable Updates (4.3.0.789)
like image 919
Ryan Weaver Avatar asked Mar 24 '17 19:03

Ryan Weaver


1 Answers

Move your viewmodel binding from the xaml file to the code behind of the XAML file. This should help get back the layout in previewer.

like image 84
joyshinde Avatar answered Oct 04 '22 02:10

joyshinde