This is a migrated thread and some comments may be shown as answers.

Slider on mobile (touch) devices

5 Answers 125 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Bernd
Top achievements
Rank 1
Bernd asked on 07 Aug 2015, 02:04 PM

Hello, one would expect the slider to change when dragging the slider handle on a touch device. Does the widget not support touch/drag gestures in mobile devices?

Thanks,
Bernd

5 Answers, 1 is accepted

Sort by
0
Accepted
Petyo
Telerik team
answered on 11 Aug 2015, 07:36 AM

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
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Bernd
Top achievements
Rank 1
answered on 11 Aug 2015, 08:37 AM

Hi Petyo,

thanks for the pointer. Looking forward to a fix for this behavior.

Thanks,
Bernd

0
Ankit
Top achievements
Rank 1
answered on 16 Aug 2018, 09:30 PM

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"})
                        )

0
Ivan Danchev
Telerik team
answered on 20 Aug 2018, 01:46 PM
Hello,

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
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Ankit
Top achievements
Rank 1
answered on 21 Aug 2018, 04:33 PM
Thanks Ivan for the reply. I have posted my issue with all requested information @ https://www.telerik.com/forums/slider-not-working-on-mobile(iphone)#5TcUkKzLB0CFa_hbwnjfyQ
Tags
Slider
Asked by
Bernd
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Bernd
Top achievements
Rank 1
Ankit
Top achievements
Rank 1
Ivan Danchev
Telerik team
Share this question
or