touchmove:time-category in Calendar #14216
Unanswered
GabrieleGarlaschelli
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,

I am currently working on a component that's showing daily activity by employees, and I am using the v-calendar in the 'category' view. The view is like this:
I have some handlers that make the events draggable up and down the timeline and right and left between categories. On desktop all is working fine, on mobile, with 'touch' events, it doesn't seem to work at all. I have notice that when I try to drag the event from a category to another I receive the event 'touchmove:time-category' (that I use to determine the category where the user is dragging the event) always with the same category.
Thanks for the help
Beta Was this translation helpful? Give feedback.
All reactions