You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ozirissp
changed the title
angularjs-slider displaying NaN and not working ...
angularjs-slider displaying NaN and not working with jQuery 3.0.0
Jul 6, 2016
You are right! Touch events are broken with jQuery 3.0. This line is the culprit because in jQuery 3.0, they use proxy, so this way of testing undefined is incorrect.
angularjs-slider is not working on mobile browser (or with chrome desktop in mobile mode: CTRL+SHIFT+I and CTRL+SHIFT+M) ...
Display NaN when trying to slide ... seems to be a touch event issue, because it's working with keyboard (but there is no JS error) ...
Actual problem is discribe with sample in this stackoverflow :
http://stackoverflow.com/questions/35758496/angular-js-touch-slider-displaying-nan-error-when-used-with-ionic-framework
Sample : https://jsfiddle.net/oziris_sp/t381ff52/
Updated : It's seems to be an side effect of using jQuery 3.0.0
Expected behaviour
Working without problem on mobile ...
Actual behaviour
Not working and display NaN when slided
The text was updated successfully, but these errors were encountered: