plugins icon indicating copy to clipboard operation
plugins copied to clipboard

[@nativescript/animated-circle] Animated Circle - set colors

Open senner008 opened this issue 5 years ago • 1 comments

Hi :)

Setting the rim and bar colors doesn't seem to have any effect on Android. I can only get a default blueish color

senner008 avatar Jan 05 '21 12:01 senner008

Try similar code after color value initialized (Angular):

@ViewChild("circle", {static: false}) circle: ElementRef; ...

if (isAndroid) { this.circle.nativeElement.updateAnimatedCircle(); }

pichurichko avatar Jun 10 '21 15:06 pichurichko