Hello,
I noticed that when build options on Android are stetted to
<AndroidEnablePreloadAssemblies>False</AndroidEnablePreloadAssemblies>>
some controls doesn't render, for sure there is a problem with
- SfAutoComplete
- SfTextInputLayout
I found some work around. Initialisation helps in OnCreate
global::Xamarin.Forms.Forms.Init(this, savedInstanceState);
new Syncfusion.XForms.Android.TextInputLayout.SfTextInputLayoutRenderer(this);
new Syncfusion.SfAutoComplete.XForms.Droid.SfAutoCompleteRenderer();
LoadApplication(new App());
but it would be nice to have inside solution in coming releases.
Regards,
Radek