Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting the userInteractions property to false not work in flutter web. #220

Closed
TrongBa opened this issue Sep 2, 2023 · 1 comment
Closed

Comments

@TrongBa
Copy link

TrongBa commented Sep 2, 2023

Describe the bug
Current setting loadding:
void setupEasyLoading() { EasyLoading.instance ..maskType = EasyLoadingMaskType.custom ..maskColor = AppColor.black.withOpacity(0.5) ..backgroundColor = AppColor.black.withOpacity(0.5) ..indicatorColor = AppColor.white ..userInteractions = false; }
By setting the userInteractions property to false, user can be able to interact with the rest of the UI when the loading screen is being shown.

@TrongBa TrongBa changed the title Set userInteractions = false not work in flutter web. Setting the userInteractions property to false not work in flutter web. Sep 2, 2023
@github-actions
Copy link

github-actions bot commented Sep 2, 2023

Thanks for taking the time to open an issue. I will have a look and answer as soon as possible.

@TrongBa TrongBa closed this as completed Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant