We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

SfRangeSlider is not showing up on the iOS

SfRangeSlider is showing as a blank spot on the iOS device. While on Android and UWP the controller is visible and works well.
Used Syncfusion.Xamarin.SfRangeSlider v17.2.0.51

1 Reply

MK Muneesh Kumar G Syncfusion Team September 16, 2019 09:14 AM UTC

Hi Vlad, 
 
Greetings from Syncfusion. 
 
We have validated your query and we suspect that the SfRangeSliderRenderer has not been added in your AppDelegates.cs file in iOS project. You can refer the below documentation link to know about the renderer 
 
 
Code snippet:  
public override bool FinishedLaunching(UIApplication app, NSDictionary options) 
        { 
            global::Xamarin.Forms.Forms.Init(); 
            LoadApplication(new App()); 
            new SfRangeSliderRenderer(); 
            return base.FinishedLaunching(app, options); 
        } 
 
Namespace: 
using Syncfusion.SfRangeSlider.XForms.iOS; 
 
 
If you still face the same issue provide sample based on your application along with replication procedure. This will be helpful for us to investigate further and provide you a better solution at the earliest. 
  
Thanks,  
Muneesh Kumar G.  
 


Loader.
Live Chat Icon For mobile
Up arrow icon