WIP: Unified contact QR code display + capture

This commit is contained in:
Jose Olarte III
2025-05-05 20:52:20 +08:00
parent fce4076578
commit 1ddc93d15e
5 changed files with 447 additions and 51 deletions

View File

@@ -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);
}
}