Thanks for the great library.
I have been using reach ui slider inside a RemoveScroll component, and on mobile touch devices (I've personally tested it on Safari), the touch event is disabled.
I've noticed this is also the case with a simple <input type="range" /> element nested inside RemoveScroll.
Steps to reproduce
- View link on a mobile device https://codesandbox.io/s/sharp-payne-fd1kfb?file=/src/App.tsx
- You won't be able to move the slider knob if RemoveScroll is
enabled. (see gif below). When scroll lock is enabled, I'm unable to move the slider.
Here's a related issue: reach/reach-ui#678

Thanks for the great library.
I have been using reach ui slider inside a
RemoveScrollcomponent, and on mobile touch devices (I've personally tested it on Safari), the touch event is disabled.I've noticed this is also the case with a simple
<input type="range" />element nested insideRemoveScroll.Steps to reproduce
enabled. (see gif below). When scroll lock is enabled, I'm unable to move the slider.Here's a related issue: reach/reach-ui#678