forked from trent_larson/crowd-funder-for-time-pwa
debug: add an old-school alert
This commit is contained in:
@@ -285,8 +285,8 @@ export default class QRScannerDialog extends Vue {
|
||||
this.isInitializing = false;
|
||||
this.cameraStatus = "Ready (timeout fallback)";
|
||||
this.initializationStatus = "Camera ready (fallback)";
|
||||
// Optionally log a warning or show a subtle message
|
||||
}, 4000); // 4 seconds
|
||||
alert("Timeout fallback triggered");
|
||||
}, 4000);
|
||||
|
||||
try {
|
||||
await promise;
|
||||
|
||||
Reference in New Issue
Block a user