"UDropdown": Toggle NOT Working in Mobile. click event & touchstart event neutralize each other. · Issue #2261 · nuxt/ui · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
DanielQolami
changed the title
"UDropdown": Toggle NOT Working. click event & touchstart event neutralize each other.
"UDropdown": Toggle NOT Working in Mobile. click event & touchstart event neutralize each other.
Sep 26, 2024
Uh oh!
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered: