CJuiSliderInput and Mobile Platform

I am building a YII based app for an iPhone and need the CJuiSliderInput. However, it is not possible to actually slide the sliders on an IOS device. All that is possible is tap next to a slider to move it.

Has somebody by any chance implemented a fix?

There is a JQuery slider (http://egorkhmelev.github.com/jslider/) which behaves better, but it is not perfect as well.

Thanks,

Dieter

Same issue here in a website when displayed on touch device. Android is affected as well.

You may want to read this: http://trentrichardson.com/2011/11/11/jquery-ui-sliders-and-touch-accessibility/

I’ve not tried it yet - not a priority for the moment

Thanks for the pointer. I implemented Touch Punch and so far … it works great!

Will that also work for CJuiDateTimePicker?

If Yes, how do you implement Touch Punch? It looks simple but i’m not able to make it work. In which file should i include the jquery.ui.touch-punch.min.js?