vue-ganttastic
vue-ganttastic copied to clipboard
Supporting mobile touch event
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?
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!