Image in SfRotator

Hi,

I'm having trouble working with images in SFROTATOR. I'm sorry for that.

My project sample: Exemplo Google Drive

My code:

             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             xmlns:ff="clr-namespace:FFImageLoading.Forms;assembly=FFImageLoading.Forms"
             xmlns:rotator="clr-namespace:Syncfusion.SfRotator.XForms;assembly=Syncfusion.SfRotator.XForms"
             x:Class="PetAdviser.Views.LocalPage.Photos">

   
                                   DotsBorderColor="Transparent" 
                                   UnselectedDotColor="{DynamicResource Gray-200}"
                                   SelectedDotColor="{DynamicResource PrimaryColor}" 
                                   ItemsSource="{Binding ImageCollection}" 
                                   NavigationStripMode="Dots"
                                   NavigationStripPosition="Bottom"
                                   DotPlacement="Default"
                                   VerticalOptions="FillAndExpand">
       
           
               
                    Margin="10, 0, 10, 20"
                    Aspect="AspectFill"
                    BackgroundColor="{DynamicResource Gray-White}"
                    CacheDuration="7"
                    Source="{Binding UrlImage}"/>
           
       
   


I'm using VS 19. When debugging I have this output in the tab (Photos)



The images do not appear, but when I update the view (Ctrl + S) without any changes it appears:


Image

I don't know what I'm missing. Can you please help me?




1 Reply 1 reply marked as answer

RB Rabhia Beham Kathar Mideenar Syncfusion Team August 14, 2020 01:59 PM UTC

Hi Jose,

Greetings from Syncfusion.

We have checked the provided sample and we would like to let you know that we are facing issue in the sample with exception related to the sample. Could you please ensure again if the sample provided in the latest update. We have attached the sample and the exception details for your reference,

Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/Sample_2-1564590961

Screenshot: https://www.syncfusion.com/downloads/support/directtrac/general/ze/Screenshot_2020-08-14_at_7.26.28_PM1450402701

Could you please ensure the same at your end and let us know if you have any concerns.

Regards,
Rabhia Beham K.


Marked as answer
Loader.
Up arrow icon