Hi,
I'm writing a drag and drop (emulated with start,move,end) web app on IE10 mobile and when I have elements with -ms-overflow-style: -ms-autohiding-scrollbar; the MSPointerMove is not firing. Even if I apply css rules to set it back to 'auto' the element is still scrollable.
Did someone experience the same and are there any work arounds for it? I've noticed that when I lift the finger and tap to move again, the event fires normally. But it is nothing that I can sell to users like that.
I suspect that once ms-autohiding-scrollbar is applied, it somehow stays internally flagged as such, regardless of changed css rules.
Everything works fine on IE10 desktop though, where I use mousedown, mousemove and mouseup instead.
Cheers,
Andreas