Skip to content
This repository was archived by the owner on Dec 19, 2021. It is now read-only.
This repository was archived by the owner on Dec 19, 2021. It is now read-only.

Seting userInteractionEnabled has no effect in android #16

@johny8228

Description

@johny8228

Hi,

I want to allow the users to interact with the other elements on the screen while the indicator is still visible.
Unfortunately setting userInteractionEnabled to true or false has no effect.

I checked the code and I see some potential issues:

1)Is this expression correct?
options.userInteractionEnabled =
options.userInteractionEnabled !== undefined || true;

2)Setting setTouchable(true); it's not enough we should also set setOutsideTouchable(true);
as per this thread:
https://stackoverflow.com/questions/7271784/open-a-popupwindow-and-let-the-outsides-still-touchable

Can you make a correction please and see if it works?

Thanks,
John

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions