Is there an existing issue for this?
Have you updated Vue FilePond, FilePond, and all plugins?
Describe the bug
web app. using vue filepond to upload image and video, In android 14+, chrome, cannot open both camera and gallary
Reproduction
<VideoFilePond name="video" ref="videopond" class-name="filepond" :label-idle="Capture / Select Videos to Upload (Max of ${videoMaxCount} at < 10MB each)..."
allow-multiple="true" accepted-file-types="video/*" :maxFiles="videoMaxCount" maxFileSize="10MB" instantUpload="false" :maxParallelUploads="videoMaxCount"
allow-Remove="true" allow-Process="false" allow-Revert="false" @init="handleVideoPondInit"
v-on:addfile="addVideoFile"
v-on:removefile="removeVideoFile"
/>
Environment
- Device:
- OS:
- Broser:
- Vue version:
Is there an existing issue for this?
Have you updated Vue FilePond, FilePond, and all plugins?
Describe the bug
web app. using vue filepond to upload image and video, In android 14+, chrome, cannot open both camera and gallary
Reproduction
<VideoFilePond name="video" ref="videopond" class-name="filepond" :label-idle="
Capture / Select Videos to Upload (Max of ${videoMaxCount} at < 10MB each)..."allow-multiple="true" accepted-file-types="video/*" :maxFiles="videoMaxCount" maxFileSize="10MB" instantUpload="false" :maxParallelUploads="videoMaxCount"
allow-Remove="true" allow-Process="false" allow-Revert="false" @init="handleVideoPondInit"
v-on:addfile="addVideoFile"
v-on:removefile="removeVideoFile"
/>
Environment