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

feat(behavior): support touch event for drag-canvas #6626

Open
wants to merge 1 commit into
base: v5
Choose a base branch
from

Conversation

rmd1710714107
Copy link

support touch event for drag-canvas

@hustcc
Copy link
Member

hustcc commented Dec 11, 2024

@Aarebecca 不能每个交互都来一个 touch 版本,而是应该默认支持移动端,G2 是可以的,可以看看是做了啥逻辑?

@Aarebecca
Copy link
Contributor

@Aarebecca 不能每个交互都来一个 touch 版本,而是应该默认支持移动端,G2 是可以的,可以看看是做了啥逻辑?

理论上来说 G6 使用的 pointer 事件是可以适应移动端触控交互的,不过实际测试上却发现存在问题

@rmd1710714107
Copy link
Author

@Aarebecca 不能每个交互都来一个 touch 版本,而是应该默认支持移动端,G2 是可以的,可以看看是做了啥逻辑?

理论上来说 G6 使用的 pointer 事件是可以适应移动端触控交互的,不过实际测试上却发现存在问题

因为Pointer事件回调函数有的参数返回为空,导致的不适配。比如拖拽事件使用的movement变量,Pointer事件返回就是空的,导致无法实现移动端的拖拽。

@hustcc
Copy link
Member

hustcc commented Dec 12, 2024

@Aarebecca 不能每个交互都来一个 touch 版本,而是应该默认支持移动端,G2 是可以的,可以看看是做了啥逻辑?

理论上来说 G6 使用的 pointer 事件是可以适应移动端触控交互的,不过实际测试上却发现存在问题

这个是现状,如果是问题还是得解决。

看看 G2 是否存在类似的问题吧,如果也没有可以参考,如果有也需要改底层。否则全部新增一遍,后面还是会有一个工作,就是合并,到时候删除就不想新增那么简单了,全是 break change。

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

Successfully merging this pull request may close these issues.

3 participants