Capture — remove capture attribute to allow photo library access on iOS

This commit is contained in:
2026-04-27 00:38:35 -04:00
parent 75cee895ce
commit 9fb8f55442
-1
View File
@@ -530,7 +530,6 @@ export default function CapturePage() {
ref={fileInputRef} ref={fileInputRef}
type="file" type="file"
accept="image/*" accept="image/*"
capture="environment"
onChange={handleImageSelected} onChange={handleImageSelected}
style={{ display: 'none' }} style={{ display: 'none' }}
/> />