0

有谁知道 Chrome Canary 是否删除了 e.originalEvent.touches?在 Chrome Stable 中运行以下脚本会返回 1,而在 Chrome Canary 中会返回错误(Uncaught TypeError: Cannot read property 'length' of undefined)。

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

我在 Windows 上使用版本 29.0.1537.0 canary。

4

1 回答 1

0

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

于 2013-06-14T16:15:32.570 回答