forked from jsnbuchanan/crowd-funder-for-time-pwa
WIP: Unified contact QR code display + capture
This commit is contained in:
@@ -202,4 +202,9 @@ export class CapacitorQRScanner implements QRScannerService {
|
||||
|
||||
return this.cleanupPromise;
|
||||
}
|
||||
|
||||
onStream(callback: (stream: MediaStream | null) => void): void {
|
||||
// No-op for native scanner
|
||||
callback(null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user