You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I am using the below code to bind to a variable in ionic 3. The QR code is generated. However when I scan this QR code, it shows a URI when qrCodeValue has a string. (qrCodeValue:string; this.qrCodeValue = "Order:" + this.orderId;)
<qr-code [(value)]="qrCodeValue" [size]="150">
The text was updated successfully, but these errors were encountered:
Hi I am using the below code to bind to a variable in ionic 3. The QR code is generated. However when I scan this QR code, it shows a URI when qrCodeValue has a string. (qrCodeValue:string; this.qrCodeValue = "Order:" + this.orderId;)
<qr-code [(value)]="qrCodeValue" [size]="150">
The text was updated successfully, but these errors were encountered: