Replies: 1 comment 5 replies
-
Hey, sorry to hear something isn't quite working. I'm not sure what's going on, but I don't see any modal in the codesandbox provided. Could you provide precise steps to reproduce with what you expect vs what happens? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the react-aria-components modal and trying to create a modal that can be dismissed by sliding down using the react-aria useMove hook. While this works well on desktop, I am encountering issues on mobile where the onMoveEnd part of the hook is called almost immediately after I start my touch. I have attached a CodeSandbox link for reproduction:
https://codesandbox.io/p/sandbox/immutable-sky-cxxnlz
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions