nativescript-loading-indicator icon indicating copy to clipboard operation
nativescript-loading-indicator copied to clipboard

Seting userInteractionEnabled has no effect in android

Open johny8228 opened this issue 5 years ago • 0 comments

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

johny8228 avatar Nov 22 '19 16:11 johny8228