SfRating with CustomView not working for both Android and iOS

Im using CustomView in SfRating with this XAML code:

<xforms2:SfRating EnableCustomView="True" Precision="Standard" Value="4" ItemCount="5" >
                                <xforms2:SfRating.Items>
                                    <xforms2:SfRatingItem>
                                        <xforms2:SfRatingItem.SelectedView>
                                            <Image Source="https://imgur.com/z2WCQyH.png" Aspect="AspectFit"/>
                                        </xforms2:SfRatingItem.SelectedView>
                                        <xforms2:SfRatingItem.UnSelectedView>
                                            <Image Source="https://imgur.com/eON8mOl.png" Aspect="AspectFit"/>
                                        </xforms2:SfRatingItem.UnSelectedView>
                                    </xforms2:SfRatingItem>
                                </xforms2:SfRating.Items>
                            </xforms2:SfRating>

Im testing this on both android and iOS device but nothing show up.

1 Reply 1 reply marked as answer

SP Sakthivel Palaniyappan Syncfusion Team October 16, 2020 10:52 AM UTC

Hi Kein,

Greetings from Syncfusion.

We have analyzed your query and created sample based on your provided code snippet its working as expected at our end. We noticed the you have loaded the image from online, could you please ensure the network connection once.

We have created sample with rating custom view please find the sample from below.

Sample:
https://www.syncfusion.com/downloads/support/directtrac/general/ze/RatingSample-486357949.zip

Screenshot:



Please check the reported issue with our sample and lets us know if you are still facing same issue.

Regards,
Sakthivel P.
 


Marked as answer
Loader.
Up arrow icon