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

Slider in Mobile Kendo UI

9 Answers 241 Views
Slider
This is a migrated thread and some comments may be shown as answers.
Thomas
Top achievements
Rank 1
Thomas asked on 21 Apr 2012, 11:57 AM
I want to use the Slider in a mobile Kendo UI Projekt.
It works fine exept the draging of the Slider. I can use the arrows or tab direct to the value, but I cannot hold down and slide left / right, as it works in the demo for example.

Any known problems with the slider and the mobile-package?


Greetings


Tom

9 Answers, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 24 Apr 2012, 09:29 AM
Hello,

I can confirm this problem. We will look into fixing that, it should be available in one of our next internal builds. Your points have been updated for this finding.  

All the best,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Mauro
Top achievements
Rank 1
answered on 03 Jul 2012, 03:41 PM
Hi Petyo,

are there any news about slider in kendo mobile? I really need to use it!

Best regards
Mauro
0
Leonas
Top achievements
Rank 1
answered on 06 Aug 2012, 04:38 AM
Do the sliders work in Kendo Mobile now? I would also really like to use them.
0
Ian
Top achievements
Rank 1
answered on 28 Aug 2012, 07:52 PM
Hello,
I would like to use the slider in a phonegap application. Probably I have been looking in the wrong places, but I can't seem to find an example of getting it to work. Does such an example exist?

Thanks,
ian
0
John Bowyer
Top achievements
Rank 1
answered on 26 Oct 2012, 06:49 PM
This is probably not supported but I have hacked the CSS a bit and it seems to work.

You can see a live demo at
http://www.veterinaryclipboard.com
0
Leonas
Top achievements
Rank 1
answered on 27 Oct 2012, 02:53 PM
Awesome, thanks!
0
Patrick
Top achievements
Rank 1
answered on 23 Sep 2015, 03:54 PM
I also have a problem here.Which slider can I use in my phonegap application?
0
Patrick
Top achievements
Rank 1
answered on 24 Sep 2015, 10:48 AM

To elaborate my question a bit further: I have a kendo-ui mobile application, and a remote view, that should contain a slider.

When I initialize slider like this, it doesnt work:

<input id="slider" data-role="slider" class="balSlider" data-bind="value: currentVolumePercent, events: { change: volumeChanged }" />

 I have to do the following in the view init's function in order to see the slider

$("#slider").kendoSlider({
                min: -100,
                max: 100,
                smallStep: 10,
                largeStep: 20
            }).data("kendoSlider");

 

 However, it does not take over the data-bind options that I have set on the input element, which are (i pretty sure) defined correctly.

How can I use kendo slider correctly in a remote view, so it also considers my data bindings? Ideally, I want to initialize it in markup with data-role="slider", without the JS initialization.

0
Petyo
Telerik team
answered on 28 Sep 2015, 08:33 AM

Hello Patrick,

 

the forum thread is more than three years old and discusses issues which are no longer relevant. To receive assistance from Telerik, please isolate your current case in a runnable sample - from what I see, the declarative binding you are using should work as expected. 

 

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Slider
Asked by
Thomas
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Mauro
Top achievements
Rank 1
Leonas
Top achievements
Rank 1
Ian
Top achievements
Rank 1
John Bowyer
Top achievements
Rank 1
Patrick
Top achievements
Rank 1
Share this question
or