crisbeto / angular-svg-round-progressbar

Angular module that uses SVG to create a circular progressbar
https://crisbeto.github.io/angular-svg-round-progressbar/
MIT License
741 stars 173 forks source link

Bug on IOS 12.1 #180

Open onisp opened 5 years ago

onisp commented 5 years ago

For android and web the component is working fine.

for IOS is just showing 1/4 of the component, follow picture below:

bug_ios

viejodecaldas commented 5 years ago

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.

viejodecaldas commented 5 years ago

I did a temporary patch. Every time you just reload the page the component will render correctly =D That worked for me1