amitmahida92 / ng4-loading-spinner

Angular 4 custom async loading spinner.
MIT License
69 stars 31 forks source link

Loading spinner not visualized correctly in ie11 #56

Open dollaniErlind opened 5 years ago

dollaniErlind commented 5 years ago

While I was testing my angular web application in internet explorer 11, I noticed that loading spinner is not visualized correctly. In all other browsers it is ok. Here is my code: <ng4-loading-spinner [timeout]="10000"> </ng4-loading-spinner>

Attached below is the loading spinner.

loading-spinner

Dependencies angular: 6.0.3, bootstrap: 4.0.0 ng4-loading-spinner: 1.2.3

mzocco commented 5 years ago

Me also having the same issue.

dollaniErlind commented 5 years ago

Solved this problem by adding this line of code (ie11 target only style): _:-ms-fullscreen, :root .spinner { background: rgba(0, 0, 0, 0.99); }