Ralf Schneider

Results 4 comments of Ralf Schneider

I found a workaround that works for me, but it's a bit hacky. I created a class Labels that holds the labels from the JSON files. In my app.component.ts I...

Did you manage to get the generated image out of the QR code? I'm facing the same problem and have no idea hot solve it. Unfortunately, I cannot get access...

I got it working :-) This is the solution that works for me: 1. I define a @ViewChild variable in my component: `@ViewChild('qrcode') qrcode: QRCodeComponent;` 2. I extract the base64...

Same issue here with Ionic 6.2 and Angular 14