Page 1 of 1

sliders not sliding on ipad detail screen

Posted: Thu Mar 15, 2012 3:09 pm
by Michael Talley

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

sliders not sliding on ipad detail screen

Posted: Sat Mar 17, 2012 9:40 pm
by Christian Kessler

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.


sliders not sliding on ipad detail screen

Posted: Sat Mar 17, 2012 10:15 pm
by maxkatz

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


sliders not sliding on ipad detail screen

Posted: Mon Mar 26, 2012 4:44 pm
by maxkatz

Fixed, please try the app again.


sliders not sliding on ipad detail screen

Posted: Sun Feb 08, 2015 12:40 pm
by EJLD

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


sliders not sliding on ipad detail screen

Posted: Sun Feb 08, 2015 2:35 pm
by Ihor Didevych

Hi,
Here is tutorial with slider: http://devcenter.appery.io/tutorials/...


sliders not sliding on ipad detail screen

Posted: Sun Feb 08, 2015 10:14 pm
by EJLD

thk you Ihor, I'll check this.


sliders not sliding on ipad detail screen

Posted: Mon Feb 09, 2015 4:52 am
by EJLD

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