1
0
-1
1 answer
- 10-1
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.
Add your comment...
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