vue-ganttastic icon indicating copy to clipboard operation
vue-ganttastic copied to clipboard

Supporting mobile touch event

Open simont789 opened this issue 3 years ago • 2 comments

First of all, thank you for your wonderful library :)

Wondering if you are planning to support mobile touch event. After a quick look at the code, it seems that the code is already well modularised. The work required would be changing all mouse event drag and drop to something that supports both mobile and desktop. Hovering is not such a big problem in this case.

It seems that the required work could be done with ease by utilising library like vue3-touch-events.

What are your thoughts?

simont789 avatar Jan 27 '22 02:01 simont789

Hello! Glad you like the library! Mobile interactivity is definitely on the agenda. I'll have to do a little research on what would be the best way to implement this, though the library you suggested seems like an excellent option.

In the meantime, discussions,, suggestions or even pull-requests regarding this are welcome!

zunnzunn avatar Feb 01 '22 15:02 zunnzunn