jsakamoto / Toolbelt.Blazor.LoadingBar

Loading bar UI for Client-Side Blazor application.
Mozilla Public License 2.0
174 stars 18 forks source link

Only showing loading on reload #13

Open fnils opened 4 years ago

fnils commented 4 years ago

I only get the loading bar to start when the page is loading the first time or is reloading. If I the use out post or get after that nothing seems to happen. I did follow the instructions in the readme.md.

jsakamoto commented 4 years ago

Was the HTTP request finished under 100 msec?

After install and configure this library, any HTTP requests - even if it is "POST" - to servers from HttpClient will cause appearing loading bar effect only if the request takes over 100 msec.

Please visit Live Demo Site,

The source code of that sample site can be found in the URL below: