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
Open
Description
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
Labels
No labels