Whats the best practice for making the whole page unclickable while a wokflow is in process?
Because it seems that bubble gets confused when a user clicks many things in a rapid order, (Especially those that triggers a database action)
Whats the best practice for making the whole page unclickable while a wokflow is in process?
Because it seems that bubble gets confused when a user clicks many things in a rapid order, (Especially those that triggers a database action)
I’m not a pro or something but I’d create a loading popup and “Show” it as the 1st step in the Workflow and “Hide” it in the last step. Make it “Non-closable by clicking on esc button” by checking the box in popup configuration.