SfRotator does not work in iOS

In Cross-Platform project I used SfRotator, on Android works flawlessly, unfortunately iOS does not work.

I have defined the Rotator as follows:
Page.xaml (PCL)
              <rotator:SfRotator x:Name="rotatorDetailImages" Margin="10" NavigationStripMode="Thumbnail"  NavigationDirection="Horizontal">
                    <rotator:SfRotator.ItemTemplate>
                        <DataTemplate>
                            <Grid HorizontalOptions="FillAndExpand" BackgroundColor="Transparent">
                                <Image Aspect="AspectFill" Source="{Binding CarImagePath, Mode=OneWay}"/>
                            </Grid>
                        </DataTemplate>
                    </rotator:SfRotator.ItemTemplate>
                </rotator:SfRotator>

AppDelegate.cs (iOS)
public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            global::Xamarin.Forms.Forms.Init();
            new SfRotatorRenderer();
            LoadApplication(new App());

            return base.FinishedLaunching(app, options);
        }

Thank you for any advice.

6 Replies

PV Patrik Volka November 3, 2017 08:48 AM UTC

An example screenshot of an application


Attachment: SfRotator_e19a2ea5.zip


RB Rabhia Beham Kathar Mideenar Syncfusion Team November 3, 2017 03:11 PM UTC

Hi Patrik Volka,

Thanks for Contacting Syncfusion Support,

We have checked the reported issue from our side with the latest Syncfusion assemblies and we were unable to reproduce the issue. We have prepared a sample based on your requirement. Please find the attachment from the below link.

Link: http://www.syncfusion.com/downloads/support/forum/133530/ze/Rotator_1-759761376 

If issue still persists update us with detailed specification like in which version of ios it is not working, assembly version and if you are using device please mention the device details which will be helpful for us to provide you with appropriate solution.

Please let us know if you have any concern.

Regards,
Rabhia Beham K.
 



PV Patrik Volka November 7, 2017 08:54 AM UTC

Hello,

I can not find a mistake. I use Visual Studio Enterprise 2017.15.4.2, SyncFusion.Xamarin.Forms 15.3451.0.33, Xamarin.Forms 2.4.0.38779. I'm testing iOS with iPhoneEmulator iOS 11.1. 

Here are some sample codes.

SfRotator works on the Android OS without any problems.

Thanks for help.


Attachment: Rotator_3ee5514e.zip


RB Rabhia Beham Kathar Mideenar Syncfusion Team November 8, 2017 11:38 AM UTC

Hi Patrik Volka,

We have checked the reported issue with latest syncfusion assemblies.We are able to reproduce the same. A support incident to track the status of this defect has been created under youraccount. Please log on to our support website to check for further updates. 



TA Tamilmani May 20, 2019 10:07 AM UTC

Any Update on this issue. We were stuck here. Can you please check on this and let us know ASAP.


MK Muneesh Kumar G Syncfusion Team May 21, 2019 07:04 AM UTC

Hi Patrik Volka, 
 
We glad to announce that the reported problem resolved in our 2017 Vol 4 SP-1 release itself. You can use our latest release 17.1 version with some more issue fix.  
 
Please let us know if you face any issues in our latest release.  
 
Regards, 
Muneesh Kumar G.  


Loader.
Up arrow icon