touchmove events not sent
I've got a page that listens for touch events. If you touch and drag right away all is fine, but if you hesitate a moment after the touchstart, no touchmove events ever arrive. All event handlers call preventDefault().
The test page below prints each event it receives as you move across the rectangle.
Modified
Chosen solution
This was filed as bug 735523 by diagrammer and works for me using trunk builds (Firefox 14a1).
Read this answer in context 👍 0All Replies (2)
Chosen Solution
This was filed as bug 735523 by diagrammer and works for me using trunk builds (Firefox 14a1).
Yes, and thanks again for your prompt response. I'll look for it in the upcoming releases.