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.
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.