Skip to content

Requires long press on Android but not iOS #33

@anthonywschmidt

Description

@anthonywschmidt

I noticed that this control requires users to long press the buttonComponent on Android but on iOS a simple quick tap opens the tooltip. This is inconsistent.

The best result would to have this as a configurable option. Ideally I'd like to have it always open on a quick single tap but I'm sure others would like it remaining as a long press.

Here's my implementation:

<PopoverTooltip
        buttonComponent={
                  <Image
                  resizeMode={"cover"}
                  style={{width: 80, height: 80, borderRadius: 40}}
                  source={{uri: this.state.meInfo.profileImageUrl}}
                  />
        }
       items={ ...removed for simplicity... }
/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions