Page 3 of 3

Slider perfomance issue on Android

Posted: Mon Jun 22, 2015 3:42 am
by EJLD

Alena, after some hours of checking and "shuffling" code ... the result is that the slider can work time to time in browser tester but not at all on my Android device. looking forward to hearing from you, thks, Eric


Slider perfomance issue on Android

Posted: Mon Jun 22, 2015 5:18 am
by EJLD

Alena, sorry for my numerous msgs. in fact, the problem seems to come from my code itself. let me investigate some more.


Slider perfomance issue on Android

Posted: Mon Jun 22, 2015 7:59 am
by Michael Vognsen Nielsen

Just to clarify - I'm still seeing this issue in my app. Any updates on this?


Slider perfomance issue on Android

Posted: Mon Jun 22, 2015 1:21 pm
by Serhii Kulibaba

You execute services on slider's value change event. So the problem is the multiple services execution at the time. You can add this code on focus event instead of value change, it should help.


Slider perfomance issue on Android

Posted: Mon Jun 22, 2015 2:18 pm
by EJLD

Hi There, sorry for disturbing you guys with my stuff. I solved the issue. the slider is smooth as expected always :-)


Slider perfomance issue on Android

Posted: Thu Jul 02, 2015 6:34 pm
by Michael Vognsen Nielsen

Hi Sergiy
"On focus event" doesn't seem to execute at all. Shouldn't there be a "on select value" equivalent to "key_up" event for keyboard input?


Slider perfomance issue on Android

Posted: Wed Jul 15, 2015 12:19 pm
by Alena Prykhodko

Hi Michael,

Do you still have this problem?
Have you tried on different events?