React-three-fiber with react-use-gesture on mobile device #548
TimBlanchard
started this conversation in
General
Replies: 3 comments
-
i think youll have better luck in the use-gesture issue tracker or discussions. @dbismut will know whats going on, although a codesandbox will for sure help |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is very likely that you forgot to set |
Beta Was this translation helpful? Give feedback.
0 replies
-
It worked, thanks a lot ! |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello,
I set up a drag event with react-use-gesture on the x axis on a 3D object that works perfectly on desktop. Except on mobile, the drag barely works.
I use the following code :
Is there a way to improve this event on mobile or am i doing wrong with gesture ?
Beta Was this translation helpful? Give feedback.
All reactions