CampgroundTickets/app/components
Hank e87be49ebd Fix web camera stuck on "Starting camera…"
getUserMedia (and the awaited play()) could hang indefinitely on iOS when the
scanner mounts after navigation (not in a user-gesture context), leaving the
UI stuck with no recovery. Add a 12s watchdog that surfaces an error + Retry
button (Retry is a fresh gesture iOS honors), stop awaiting play() (fire and
forget), and stop any prior stream before re-requesting.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-08 17:26:00 +00:00
..
QRScanner.tsx Initial Camp Scan ticketing system 2026-07-08 03:47:59 +00:00
QRScanner.web.tsx Fix web camera stuck on "Starting camera…" 2026-07-08 17:26:00 +00:00
ResultOverlay.tsx Initial Camp Scan ticketing system 2026-07-08 03:47:59 +00:00