iscroll
iscroll copied to clipboard
Key bindings don't trigger 'scroll' event
When using the keyboard to scroll, none of the scroll events fire.
Here's a fiddle showing this in action: http://jsfiddle.net/Soviut/n422H/
Notice that all scrolling causes the green square to move horizontally except keyboard input. Worth noting, I'm using iscroll-probe.js.
:+1: And also the scrollToElement method does not trigger it...
hmm, scrollEnd doesn't fire either on keyboard navigation too. I'm really surprised. Why are scroll events not getting fired on keyboard navigation? Is there any reason?