How to disable/enable all user interaction globally? #28555
Unanswered
SergTomcat
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have some scenarios where some process is on and I want to prevent user mashing buttons or changing values until process is finished.
If I set IsBusy for Shell, activity indicator appears, but the app is still freely interactible.
I was trying to set IsEnabled, InputTransparent, etc, but nothing works.
Is there anyway to disable and enable input on global level?
Very basic example:
If you set it on a button, try to mash button and you will get multiple pages opened.
Beta Was this translation helpful? Give feedback.
All reactions