plugins
plugins copied to clipboard
[@nativescript/animated-circle] Animated Circle - set colors
Hi :)
Setting the rim and bar colors doesn't seem to have any effect on Android. I can only get a default blueish color
Try similar code after color value initialized (Angular):
@ViewChild("circle", {static: false}) circle: ElementRef;
...
if (isAndroid) { this.circle.nativeElement.updateAnimatedCircle(); }