Capture — remove capture attribute to allow photo library access on iOS
This commit is contained in:
@@ -530,7 +530,6 @@ export default function CapturePage() {
|
||||
ref={fileInputRef}
|
||||
type="file"
|
||||
accept="image/*"
|
||||
capture="environment"
|
||||
onChange={handleImageSelected}
|
||||
style={{ display: 'none' }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user