We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
此处tap事件绑定成功,根据文档绑定的click事件未生效
The text was updated successfully, but these errors were encountered:
目前不支持click,可以在外部触发click,模拟tap事件,通过 emitEvent 接口传递进去,类似小程序的实现。示例: graph. emitEvent({ type: "tap", x: 0, // 相对于 canvas 标签左上角 y: 0, // 相对于 canvas 标签左上角 clientX: 0, clientY: 0, pageX: 0, pageY: 0, })
Sorry, something went wrong.
No branches or pull requests
此处tap事件绑定成功,根据文档绑定的click事件未生效
The text was updated successfully, but these errors were encountered: