SuaveControls.MaterialFormControls icon indicating copy to clipboard operation
SuaveControls.MaterialFormControls copied to clipboard

Adding maps it's nearly impossible

Open DiomedesDominguez opened this issue 7 years ago • 4 comments

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.

DiomedesDominguez avatar Feb 23 '18 02:02 DiomedesDominguez

What version of Xamarin.Forms?

SuavePirate avatar Feb 23 '18 02:02 SuavePirate

2.5.0.280555

DiomedesDominguez avatar Feb 23 '18 02:02 DiomedesDominguez

Does it work without maps at all? And did you call to initialize the renderer like the readme mentions?

BorderlessEntry.Init();

SuavePirate avatar Feb 23 '18 02:02 SuavePirate

Yes, before I added the Xamarin.Forms.Maps nugget package and initialize it everything was working perfect.

DiomedesDominguez avatar Feb 23 '18 02:02 DiomedesDominguez