Whenever you click open your files on iOS devices, it opens the camera. You can't open files.
It should open to files in the iOS browser
Reproduction
Create a basic Vue3 install, add file-pond, set accepted file type to 'application/pdf,application/msword,
application/vnd.openxmlformats-officedocument.wordprocessingml.document'. It will default open a camera.
Environment
- Device: iPad, iPhone
- OS: all
- Browser: safari
This is probably basic file input behaviour, will close for now, you can try to reproduce with a normal file input and setting the accept and capture attributes.
Is there an existing issue for this?
Have you updated FilePond and its plugins?
Describe the bug
Whenever you click open your files on iOS devices, it opens the camera. You can't open files.
It should open to files in the iOS browser
Reproduction
Create a basic Vue3 install, add file-pond, set accepted file type to 'application/pdf,application/msword, application/vnd.openxmlformats-officedocument.wordprocessingml.document'. It will default open a camera.
Environment