vuestic-ui
vuestic-ui copied to clipboard
Dropdown must react different on events if it touch events
Dropdown must react different on events if it touch events. For example:
- trigger right-click must work if it is long press. (probably already works)
Originally posted by @m0ksem in https://github.com/epicmaxco/vuestic-ui/issues/2109#issuecomment-1192914113
see #3047
I'm planning to make a useTouch
composable a bit later for swiping (carousel) and cases like this.
Needs a bit of research on which components this could be applicable (where we have issues working from mobile), only then imlement.
Let's just make long press for now. Other features can be added later.
I would start from research on this feature. We're not sure we need it.
I think it would be preferrable not to have this as a default functionality. Never spotted an app with long press dropdowns.