angular-svg-round-progressbar
angular-svg-round-progressbar copied to clipboard
Bug on IOS 12.1
For android and web the component is working fine.
for IOS is just showing 1/4 of the component, follow picture below:
Yep, having the same problem here.
However, if you set the responsive
attribute to true, it will show the progress correctly.
Keep in mind that when enabling the responsive
attribute to true this will not let you modify the radius attribute. I've tried many approaches trying to fit this progress on the screen but no luck so far, so i deactivated this attribute.
Still looking how to fix this.
I did a temporary patch. Every time you just reload the page the component will render correctly =D That worked for me1