Open jewells77 opened 1 year ago
I'm using a vue capacitor and issue: I don't want the user to capture images from the camera; I just want the user to select images from their phone. :capture="false" It works fine on Android but not in IOS
:capture="false"
<image-uploader :debug="1" :maxWidth="200" :maxHeight="200" :quality="0.3" :autoRotate="true" outputFormat="verbose" :preview="true" :className="['fileinput', { 'fileinput--loaded': hasImage }]" :capture="false" accept="image/*" doNotResize="['gif', 'svg']" @input="setImage" ref="imageFile" style="display: none" ></image-uploader>
I'm using a vue capacitor and issue: I don't want the user to capture images from the camera; I just want the user to select images from their phone.
:capture="false"
It works fine on Android but not in IOS