Hi
we reviewed and implemented
https://devnet.kentico.com/tag/loading%20spinner
on our portal site, however whenever a user clicks any part of the page for which the spinner is displayed, it just disappears (while callback / postback continues) then allowing the user to interact with the underlying controls (in some cases raising duplicate orders in our system)
Is the way we can enforce that the user cannot click around the app until spinner has closed as we desire programmatically when callback / post-back has completed
many thanks for your attention
Looking at the loader.js file, it looks like if the overlay is clicked it hides the loader. I think you would have to modify that file, but not sure what the effects of doing so would be.
Please, sign in to be able to submit a new answer.