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
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.
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 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
The text was updated successfully, but these errors were encountered: