clicking on the dropdown button doesn't work in mobile view. the "click" event & the "touchstart" event, call the same function (toggle dropdown visibility), and neutralize each other. (basically, click event opens the dropdown, the touchstart event, closes the dropdown)
I tested it and in both android 14 & in windows, firefox (mobile view mode), I got the same result.
Environment
Version
v2.18.6
Reproduction
https://ui.nuxt.com/components/dropdown
Description
clicking on the dropdown button doesn't work in mobile view. the "click" event & the "touchstart" event, call the same function (toggle dropdown visibility), and neutralize each other. (basically, click event opens the dropdown, the touchstart event, closes the dropdown)
I tested it and in both android 14 & in windows, firefox (mobile view mode), I got the same result.
Additional context
Logs
No response