SfPicker BackgroundColor="Transparent" not working on iOS

Hello

I have used the following code:

<Image Grid.Row="1" Source="{ext:ImageResource jcar.Resources.Images.Guide.bg_02_3.png}" Aspect="Fill" />
<ctr:DateTimePicker Grid.Row="1" SelectedItemFontSize="28" UnSelectedItemFontSize="28" 
BackgroundColor="Transparent" SelectionBackgroundColor="Transparent" 
SelectedItemTextColor="{StaticResource PrimaryLight}" UnSelectedItemTextColor="{StaticResource TextLightGray}" 
HorizontalOptions="CenterAndExpand" ColumnHeaderText="40" PickerHeight="400" PickerWidth="300" 
SelectedItem="{Binding StartDate}" VerticalOptions="Center" />

and what I got is like this (screenshot):


I used sample CustomDateTimePicker code from this site.

How can I set the background color of iOS SfPicker to transparent? or is this bug?

Thank you for your help.


1 Reply

VA Vinnalan Aravazhi Syncfusion Team May 10, 2018 10:58 AM UTC

Hi Jinwoo,

Thanks for contacting Syncfusion support.

Query : SfPicker BackgroundColor="Transparent" not working

We have checked the reported issue from our side on both 15.4.0.20 and 16.1.0.37 version and we are unable to reproduce the reported issue from our side on IOS. We have attached the sample in which we have checked the reported issue from our side. Please find the sample and Screenshot from below link.

Sample: http://www.syncfusion.com/downloads/support/forum/137456/ze/DateTimePicker460022283 

So, could you please provide below mentioned details,

1) Modified sample which replicates the reported issue on IOS.

2) Which IOS version and device model reported issue gets occur.

It will help us to provide appropriate solution on this. We are able to reproduce the reported issue on Android. Fix will be included in our 2018 Vol 2 Sp 1 release, which will be rolled out by the end of this June.

Regards,
Vinnalan K A. 


Loader.
Up arrow icon