SuaveControls.MaterialFormControls
SuaveControls.MaterialFormControls copied to clipboard
Adding maps it's nearly impossible
I'm getting the error message: Default constructor not found for type SuaveControls.MaterialForms.BorderlessEntry
just right after adding a new XF ContentPage with a Xamarin.Forms.Maps.
I'm using VS for Mac Enterprise v7.3.3 build 17 on MacOSX High Sierra.
I'll try in Windows to see if this is something about the OS.
What version of Xamarin.Forms?
2.5.0.280555
Does it work without maps at all? And did you call to initialize the renderer like the readme mentions?
BorderlessEntry.Init();
Yes, before I added the Xamarin.Forms.Maps
nugget package and initialize it everything was working perfect.