Question: Using the Tree component, why it doesn't work with tap, pinch, and swipe touchscreen events? #2377
Unanswered
desioncezar
asked this question in
PrimeReact
Replies: 1 comment
-
Not all components have been tested for touch friendliness. I am sure it's just a missing feature. |
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
-
Hi everybody, I hope you are fine. You are doing excellent work on Primereact. I love it. :)
We started developing a React App with some functionalities to drag and drop, but the touchscreen cannot work with the Tree component.
We realized that the problem is the Tree component that doesn't handle these tap, pinch, and swipe touchscreen events.
Code:
These components below work except for the tap, and double tap events.
https://mdbootstrap.com/docs/react/methods/touch/
How to enable touchscreen events on the Tree component?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions