react-native-paper
react-native-paper copied to clipboard
Should tooltip follow component/element on scroll?
Ask your Question
Hi, I would just like to open a discussion by posing this question.
Currently, if you have a scrollable list of elements, the tooltip will not follow the element it is anchored to when scrolling.
How to try this out:
- have a long list of scrollable elements on screen,
- trigger the tooltip to show on one of them,
- as the tooltip text is showing, scroll through the elements Observe the tooltip stays stationary
My question is this sufficient, or do we maybe want the tooltip to either follow the element it is anchored to, or hide once a scroll happens (or even once a touch registers outside its borders)?
Somebody know something about this issues? My tooltip don't follow the component in scroll too