react-native-walkthrough-tooltip icon indicating copy to clipboard operation
react-native-walkthrough-tooltip copied to clipboard

The closeOnContentInteraction prop doesn't work properly

Open YagoSFL opened this issue 4 years ago • 5 comments

Tried to implement a Tooltip with a ScrollView inside the tooltip and use this prop to enable content interactions, but even passing false to this, when try to scroll the content touchable seems to propagate a touch event to the parent closing the tooltip

YagoSFL avatar Sep 01 '20 18:09 YagoSFL

Could you fix it?

misfits91 avatar Sep 25 '20 17:09 misfits91

No, for now i romoved the ScrollView from content and changed the content to something smaller :/

YagoSFL avatar Sep 25 '20 17:09 YagoSFL

@misfits91 A workaround solution https://stackoverflow.com/a/49918614

YagoSFL avatar Oct 06 '20 17:10 YagoSFL

@YagoSFL Thank you for this, works like a charm!

R4DIC4L avatar Dec 21 '21 07:12 R4DIC4L

@YagoSFL, for clarification, is the scrollview in the child of the tooltip or in the content of the tooltip?

apfritts avatar May 05 '22 15:05 apfritts