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
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
Alena, sorry for my numerous msgs. in fact, the problem seems to come from my code itself. let me investigate some more.
Just to clarify - I'm still seeing this issue in my app. Any updates on this?
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.
Hi There, sorry for disturbing you guys with my stuff. I solved the issue. the slider is smooth as expected always
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?
Hi Michael,
Do you still have this problem?
Have you tried on different events?