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
Describe your issue
When using a simple headlessUI Popover component:
On desktop (macOS + all major browsers), it works as expected: when I click outside the open popover, it disappears.
However, on iPad/iOS (tested with Chrome and Safari), when I touch outside of the open popever, it does NOT disappear.
I made a stackblitz to show the issue (to be opened with an iOS touch device to actually see the issue)
Additional notes
The issue is similar if I use a Menu component.
I'm already aware of this similar issue but decided to create a new one as it may not be the same case since the OP has resolved its issue by upgrading to a new Headless UI version, not me.
The text was updated successfully, but these errors were encountered:
@ddahan PS - just so it's not missed and in case you are still having trouble - pls see a fix for your Popover/v-click-to-close situation #919 (comment)
What package within Headless UI are you using?
@headlessui/vue
What version of that package are you using?
v1.5.0 (with Vue v3.2.26)
What browser are you using?
Chrome/Safari on iOS
Reproduction URL
https://stackblitz.com/edit/vue-ykt4oa?file=src/App.vue
Describe your issue
When using a simple headlessUI Popover component:
I made a stackblitz to show the issue (to be opened with an iOS touch device to actually see the issue)
Additional notes
The text was updated successfully, but these errors were encountered: