提交 71de0f83 编写于 作者: K Kamran Ahmed

Fix#195 - Taps are doubled on touch devices

上级 67efa9c7
......@@ -97,9 +97,9 @@ export default class Driver {
// Issue: https://github.com/kamranahmedse/driver.js/issues/150
if (!('ontouchstart' in document.documentElement)) {
this.window.addEventListener('click', this.onClick, false);
} else {
this.window.addEventListener('touchstart', this.onClick, false);
}
this.window.addEventListener('touchstart', this.onClick, false);
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册