If I use below, it works fine on desktop and simulator but does not work on iPad running IOS6 when I deploy via Icenium. The slider shows up but it does not slide.
<input type="range" min="12" max="120" step="12" />
<input type="range" min="12" max="120" step="12" />
Is there any way to make it work properly on iPad?
Thanks
Thanks
4 Answers, 1 is accepted
0
Hello Aksh,
Based on the provided information, it is not clear whether the problem is related to Icenium or Kendo UI. I tested a Kendo UI Slider placed inside a Kendo UI mobile application and it worked as expected on iPad. Can you please provide more information or even better, a runnable example?
Here is my test page:
http://jsbin.com/iburub/1
All the best,
Dimo
the Telerik team
Based on the provided information, it is not clear whether the problem is related to Icenium or Kendo UI. I tested a Kendo UI Slider placed inside a Kendo UI mobile application and it worked as expected on iPad. Can you please provide more information or even better, a runnable example?
Here is my test page:
http://jsbin.com/iburub/1
All the best,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Norbert
Top achievements
Rank 1
answered on 14 Feb 2013, 11:46 AM
I tried to place the kendoSlider inside the listview of mobile app and it is rendered correctly but changing the value doesn't work.
There was a problem with initialisation.
There was a problem with initialisation.
0
Hello Norbert,
Based on the provided information, I am not sure what might be the problem. Here is a demo, which works, please compare with your implementation.
http://jsbin.com/iburub/24/
All the best,
Dimo
the Telerik team
Based on the provided information, I am not sure what might be the problem. Here is a demo, which works, please compare with your implementation.
http://jsbin.com/iburub/24/
All the best,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0

Norbert
Top achievements
Rank 1
answered on 19 Feb 2013, 08:59 AM
Thank you, I've already found out that the problem was caused by incorrect initialisation of the slider.