oCoolDi
Results
1
issues of
oCoolDi
In Ionic v5, i wrote code like below; import { QRScanner, QRScannerStatus } from '@ionic-native/qr-scanner/ngx'; ... this.qrScanner.prepare() .then((status: QRScannerStatus) => { if (status.authorized) { this.qrScanner.show(); this.scanSubscription = this.qrScanner.scan().subscribe((text:string) => {...