Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

点击事件判断错误 #526

Open
silencelog opened this issue Jan 24, 2018 · 1 comment
Open

点击事件判断错误 #526

silencelog opened this issue Jan 24, 2018 · 1 comment

Comments

@silencelog
Copy link

surface设备(可点击屏幕设备),判断成touch事件,但是用鼠标点击是click事件,所以点toolbar没有触发事件
try {
document.createEvent("TouchEvent");
eventType = touchEventType;
} catch(e) {}

@Yangrunhu
Copy link

我说怎么我用surface鼠标点击一点用都没有。。而直接用笔点击却有效。。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants