-
-
Notifications
You must be signed in to change notification settings - Fork 120
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Have you updated Vue FilePond, FilePond, and all plugins?
- I have updated FilePond and its 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:Metadata
Metadata
Assignees
Labels
No labels