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 174 forks source link

From last change from angular-svg-round-progress to angular-svg-round-progressbar #64

Closed GoriX closed 8 years ago

GoriX commented 8 years ago

Hi,

I have a problem animation in circle round progress from last update, only in mobile device with IOS in Safari and Chrome, in desktop pc works fine... :(

Effect animation with delay time directly not appear only I can see background color but not main color with progress...

Can you help me?

Best regards.

crisbeto commented 8 years ago

What version of iOS are you running? I assume that it might be because of the animation timing stuff.

GoriX commented 8 years ago

I have Iphone 5 with IOS 7.1.2 , thing is that in previous weeks progress bar worked fine always in all mobiles but from last changes not....

Thanks for your fast reply.

crisbeto commented 8 years ago

Hmm ok that's pretty old, let me see if I can reproduce it.

GoriX commented 8 years ago

OK, I tested with your test page too and it doesn't works, maybe you can review last changes in your code for css compatibility or other things....

crisbeto commented 8 years ago

My bet is on the "Started using performance.now for the animation timing, if the browser supports it.", it doesn't have the best browser support, although I tried to polyfill it.

GoriX commented 8 years ago

I used your progress bar one month ago just because it worked very fine in mobile devices, your demo is in 800 ms, I have 2500 ms and worked fine.

crisbeto commented 8 years ago

I can't reproduce this with any of the devices and VMs I have lying around. Would you be able to try out a fix by replacing the file manually?

crisbeto commented 8 years ago

Well I've released 0.4.2 that should solve, what I think, is the issue. Let me know if it works.

GoriX commented 8 years ago

Yesss!! Works fine with 0.4.2.... super, thanks a lot.... img_6458