How to make a process bar when the browser wait the webplugin excute code?

Confluence User - 03 Dec, 2022

For example,the webplugin which I made need 15s to excute the code.How to make one process bar to show the rate of the process

server;userviews

1


05 Dec, 2022
confluenceUser
confluenceUser

Hi, you can try to use JavaScript within Custom HTML to implement a loading or progress bar. Try searching for loading or progress bars, there should be many example or libraries available. However, if the code execution does indeed that 15 seconds to execute, I would suggest to design your app or process to let it run in an asynchronous deadline, or in a separate background thread instead.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print