5 Answers, 1 is accepted
Hello Bernd,
I am sorry for the inconvenience. Your expectations are correct; the slider should work on a mobile device, however we have an open bug in the current version, which should be addressed soon.
Regards,Petyo
Telerik

Hi Petyo,
thanks for the pointer. Looking forward to a fix for this behavior.
Thanks,
Bernd

Are there any updates on this topic ? Since I am using Kendo UI slider with razor view having version 2017.2.621.545 and I am not able to get it works in mobile devices specially on iPhone.
The code is as follows -
@(Html.Kendo().SliderFor(m => m.PercentChanceClose)
.Name("PercentChanceClose")
.ShowButtons(true)
.Tooltip(true)
.Max(100)
.Min(0)
.SmallStep(5)
.LargeStep(10)
.Events( e => e.Change("SliderChange"))
.IncreaseButtonTitle("Perecent(%) Chance Close")
.HtmlAttributes(new { @class = "form-control"})
)
The issue Petyo has linked has been closed and is no longer reproducible, neither with the latest official version (2018.2.620) nor with the version you have specified (2017.2.621). For example you can check the Slider's live Core demos, at my end they work correctly on mobile devices.
Since the problem you are facing is not related to this old issue about the Kendo UI for jQuery Slider, please open a new thread in the UI for ASP.NET Core forums and provide more details on your setup and scenario, for instance post the custom logic executed in the Slider's change event handler.
Regards,
Ivan Danchev
Progress Telerik
