Hi Emil,
Thank you for using Syncfusion products.
Query1: it throws exception below
As we mentioned in the forum 138944 we are able to reproduce the issue and the fix will be included in our upcoming Volume 2 SP2 release which will be rolled out by the end of August 2018.
Query2: you can see that it is not displaying anything althoug on Android it works fine
We have checked the provided sample and the dropdown displayed as mentioned. On further analyzing we found that CahcedImageRenderer is not initialized in the UWP project which is needed if we use FFImageLoading. Please add the below code in the MainPage.xaml.cs file of UWP project.
public MainPage()
{
this.InitializeComponent();
CachedImageRenderer.Init();
LoadApplication(new ComboBoxTrans.App());
}
Please let us know if you have any other concern.
Regards,
Paul Anderson