Michael Talley
Posts: 0
Joined: Wed Mar 14, 2012 8:55 pm

sliders not sliding on ipad detail screen

The sliders don't slide on the ipad (they work in chrome) under the following conditions:

  1. master-detail ipad screen, click on a list to get to detail
  2. slider on detail screen doesn't "slide" on the ipad
Christian Kessler
Posts: 0
Joined: Sun Jan 29, 2012 4:13 pm

sliders not sliding on ipad detail screen

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

sliders not sliding on ipad detail screen

It's a known problem, we are working on fixing it: https://getsatisfaction.com/tiggzi/to...

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

sliders not sliding on ipad detail screen

Fixed, please try the app again.

EJLD
Posts: 0
Joined: Sun Jun 08, 2014 11:03 pm

sliders not sliding on ipad detail screen

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

EJLD
Posts: 0
Joined: Sun Jun 08, 2014 11:03 pm

sliders not sliding on ipad detail screen

thk you Ihor, I'll check this.

EJLD
Posts: 0
Joined: Sun Jun 08, 2014 11:03 pm

sliders not sliding on ipad detail screen

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

Return to “Issues”