Skip to content

Cannot interact with scrollview inside the tooltip #187

Description

@HinTran013

Has anyone tried to build a complex UI inside the tooltip yet?
I have a scrollView inside the tooltip to render some items, but I notice that I cannot interact and scroll it.
The solution for this issue is I render a TouchableOpacity element inside a scrollView and wrap it outside the list items, so I can scroll it now.
But the remaining issue is I want to set maximumZoomScale={2} to zoom in and out the scrollView content. But it seems like this library is preventing pinch gestures for the scrollView so I cannot interact with it.
Does anyone have any solution?
Thank you so much.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions