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

Seting userInteractionEnabled has no effect in android #16

Open
johny8228 opened this issue Nov 22, 2019 · 0 comments
Open

Seting userInteractionEnabled has no effect in android #16

johny8228 opened this issue Nov 22, 2019 · 0 comments

Comments

@johny8228
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant