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

Slider perfomance issue on Android

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

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

Slider perfomance issue on Android

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

Michael Vognsen Nielsen
Posts: 0
Joined: Sun May 17, 2015 12:06 pm

Slider perfomance issue on Android

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Slider perfomance issue on Android

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.

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

Slider perfomance issue on Android

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

Michael Vognsen Nielsen
Posts: 0
Joined: Sun May 17, 2015 12:06 pm

Slider perfomance issue on Android

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?

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Slider perfomance issue on Android

Hi Michael,

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

Return to “Issues”