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}
|
ref={fileInputRef}
|
||||||
type="file"
|
type="file"
|
||||||
accept="image/*"
|
accept="image/*"
|
||||||
capture="environment"
|
|
||||||
onChange={handleImageSelected}
|
onChange={handleImageSelected}
|
||||||
style={{ display: 'none' }}
|
style={{ display: 'none' }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user