Why isn't there a built-in tooltip composable (sho...
# compose
k
Why isn't there a built-in tooltip composable (shows on long press)? Currently I'm using
Popup
to achieve this functionality but it would be great if there is an official support from the team.
a
adding this is tracked in https://issuetracker.google.com/issues/187098109 . this is a rarely used feature on mobile so we haven't heard much demand for it yet. as Compose's goal is to provide a complete Material implementation, we should eventually add it, but no specific timeline on this yet