-
In my current project, users can only rotate by 90 degrees using a button. However, I haven't figured out how to disable this gesture on mobile without disabling zoom in/out. I think I have the idea that maybe with the property, Or maybe it could be made into a new prop, which disables the gesture but still takes into account the prop |
Beta Was this translation helpful? Give feedback.
Answered by
ValentinH
Aug 11, 2023
Replies: 1 comment
-
It's pretty easy: you just have to not implement the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
diego9497
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's pretty easy: you just have to not implement the
onRotationChange
prop.