The sliders don't slide on the ipad (they work in chrome) under the following conditions:
- master-detail ipad screen, click on a list to get to detail
- slider on detail screen doesn't "slide" on the ipad
The sliders don't slide on the ipad (they work in chrome) under the following conditions:
I'm having the same problem. I can move the sliders (on my iPad), but only in a jerky (i.e. not like a slider) manner.
It's a known problem, we are working on fixing it: https://getsatisfaction.com/tiggzi/to...
Fixed, please try the app again.
Hi There,
I can move the slider and retrieve its values.
however, the sliding is not smooth at all.
it might comes from my code.
Do you hv any tutorial on how to code this slider to move it smoothly as well as retriving data ?
thks/rgds,
Eric
Hi,
Here is tutorial with slider: http://devcenter.appery.io/tutorials/...
thk you Ihor, I'll check this.
Hi There,
I ve checked this out but nothing in particular that would help me.
maybe for future update you could integrate the slider's jQuery event "on value stop" ...
$( ".selector" ).slider({
stop: function( event, ui ) {
some code
}
});
it wld help in addition to the regular "value change"
thks
Eric