Chrome Canary删除了e.originalEvent.touches?

时间:2013-06-13 18:30:16

标签: google-chrome touch-event

有人知道Chrome Canary是否删除了e.originalEvent.touches? 在Chrome中运行以下脚本Stable返回1,在Chrome Canary中返回错误(未捕获的TypeError:无法读取未定义的属性'length'。

jQuery(document).on('touchstart', function(e){ console.log(e.originalEvent.touches.length); });

我在Windows上使用29.0.1537.0版本的金丝雀。

1 个答案:

答案 0 :(得分:0)

看起来这是一个浏览器错误。在此处出票:https://code.google.com/p/chromium/issues/detail?id=249494