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
The repo linked above shows an example of what happens when you include a slider (<input type="range" />) in a Dialog on iOS/iPadOS (17.4).
Clicking/tapping anywhere on the track moves the thumb there, but you cannot pick up and drag the slider as you normally (outside of a Dialog) would.
It looks almost as if something captures the mousedown, touchstart, or any other relevant event, but I haven't been able to pinpoint it. The same issue does not appear in desktop browsers, I cannot test Android.
The text was updated successfully, but these errors were encountered:
What package within Headless UI are you using?
@headlessui/react
What version of that package are you using?
For example: v1.7.19
What browser are you using?
Safari, iPadOS
Reproduction URL
https://github.com/ErikBooij/headlessui-ios-poc
Describe your issue
The repo linked above shows an example of what happens when you include a slider (
<input type="range" />
) in aDialog
on iOS/iPadOS (17.4).Clicking/tapping anywhere on the track moves the thumb there, but you cannot pick up and drag the slider as you normally (outside of a
Dialog
) would.It looks almost as if something captures the mousedown, touchstart, or any other relevant event, but I haven't been able to pinpoint it. The same issue does not appear in desktop browsers, I cannot test Android.
The text was updated successfully, but these errors were encountered: