We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug mouse still appear loading and can't click on any button on the page after loader finished loading.
To Reproduce Please provide basic setup/reproduction on Stackblitz Steps to reproduce the behavior:
Expected behaviour mouse can be used after loader finished as normal behavior.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Same here, latest ngx-ui-loader version, Angular 12. These are left in DIV after loading spinner and overlay stopped:
<ngx-ui-loader> <div class="ngx-progress-bar ngx-progress-bar-ltr" style="height: 3px; color: rgb(0, 172, 193);"></div> <div _ngcontent-vrb-c11="" class="ngx-overlay" style="background-color: rgba(40, 40, 40, 0.8); border-radius: 0px;"> <div _ngcontent-vrb-c11="" class="ngx-foreground-spinner center-center" style="color: rgb(0, 172, 193); width: 60px; height: 60px; top: 50%;"> <div _ngcontent-vrb-c11="" class="sk-ball-spin-clockwise"> <div _ngcontent-vrb-c11=""></div> </div> </div> <div _ngcontent-vrb-c11="" class="ngx-loading-text center-center" style="top: 50%; color: rgb(255, 255, 255);"></div> </div> <div _ngcontent-vrb-c11="" class="ngx-background-spinner bottom-right" style="width: 60px; height: 60px; color: rgb(0, 172, 193); opacity: 0.5;"> <div _ngcontent-vrb-c11="" class="sk-ball-spin-clockwise"> <div _ngcontent-vrb-c11=""></div> </div> </div> </ngx-ui-loader>
Sorry, something went wrong.
Hi. Any updates on this issue ?
No branches or pull requests
Describe the bug
mouse still appear loading and can't click on any button on the page after loader finished loading.
To Reproduce
Please provide basic setup/reproduction on Stackblitz
Steps to reproduce the behavior:
Expected behaviour
mouse can be used after loader finished as normal behavior.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: