bootsoon / ng-circle-progress

A simple circle progress component created for Angular based on SVG Graphics.
https://bootsoon.github.io/ng-circle-progress/
MIT License
250 stars 85 forks source link

From background to foreground the progress bar no longer works #137

Closed ramilcatalandomingo closed 3 years ago

ramilcatalandomingo commented 3 years ago

I am using Ionic 5 with Capacitor and the component works well when my app starts but when I put it to the background and then the foreground, the progress bar is stuck and no longer moves. Even if I set the properties lazy: false or animation: false.