jayseb11

Results 3 comments of jayseb11

Found a solution that works reasonably well: ``` voteUp(like: boolean) { if (this.cards.length > 0 && this.swingCards.last) { const topNativeElement = this.swingCards.last.getNativeElement(); this.renderer.addClass(topNativeElement, "throw-card"); } setTimeout(() => { this.cards.pop(); },...

This still seems to be a problem. I am experiencing it on Android but iOS in_app_purchase works just fine. Is there a workaround yet?

I am receiving the same error for Angular 15: "chart.js": "^4.2.0", "chartjs-plugin-stacked100": "^1.3.0",