Replies: 1 comment 1 reply
-
See #1136. I think the issue is that long press gestures often conflict with other gestures like context menus (native or otherwise). Usually we just recommend avoiding tooltips if they are important, and using a popover on an adjacent element instead. In Spectrum we have the ContextualHelp component for this, but you could make something like it yourself with the Popover component in RAC. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please consider an option for tooltip to show after set period of time pressing and holding a trigger button. Other frameworks like radix support this behavior, as it is intuitive discovery mechanism -- esp. on touch enabled devices, but also for mouse.
Thanks :-)
Beta Was this translation helpful? Give feedback.
All reactions