Closed nethriis closed 1 month ago
I'm terribly sorry for the late reply.
I can confirm this can be tested using Chromium-based devtools in device emulation. It also happens in the docs 🤔
I'm not fully sure what is causing this, but considering the changes coming with #1289 and the fact this doesn't happen with radix-vue's dropdown
we could wait for v3.0
.
I have the same issue BUT i created a workaround for now.
It will work correctly in mobile IF the <UDropdown>
is set to disabled.. <UDropdown disabled>
. But then this breaks desktop functionality. So you can change the disabled state via the click pointer event.
I have the same issue where, on mobile, you need to press and hold while moving your hand to the pop-up menu. The same problem occurs with UPopover.
I have the same issue where, on mobile, you need to press and hold while moving your hand to the pop-up menu. The same problem occurs with UPopover.
This is something that will change with the upcoming v3
Environment
Version
v2.13.0
Reproduction
https://stackblitz.com/edit/nuxt-starter-2teyfq?file=app.vue
Description
On my PC it works well but on mobile I can't click on dopdown items. When I click on it the popover just disappear.
Additional context
No response
Logs
No response