搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

touchmove events not sent

  • 2 个回答
  • 1 人有此问题
  • 13 次查看
  • 最后回复者为 diagrammer

more options

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.

http://www.apprisant.com/tab/mm.html

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. http://www.apprisant.com/tab/mm.html

由diagrammer于修改

被采纳的解决方案

This was filed as bug 735523 by diagrammer and works for me using trunk builds (Firefox 14a1).

定位到答案原位置 👍 0

所有回复 (2)

more options

选择的解决方案

This was filed as bug 735523 by diagrammer and works for me using trunk builds (Firefox 14a1).

more options

Yes, and thanks again for your prompt response. I'll look for it in the upcoming releases.