-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
Hi,
Im quite surprised that no one has talked about my issue.
So there it's :
I implemented the cordova-plugin-chooser as below :
const fileChooser = chooser;
fileChooser.getFile('video/*').then(res => console.log(res))
It's working like a charm on android.
But on IOs (Ios 14 for exemple) : The file explorer is just empty...
It's the same for png or jpegs.
Oc I've images and videos on my phone & pdf.
The only files I've access is non picture/videos files. I've access to pdf or tkt or anything but images & videos.
It's seems that images/videos are located in a gallery and other files (accessed with this plugin) belongs in the file explorer.
Have anyone of you an idea why tf Ios doesnt show me any video or picture files ?
What i'm doing wrong ?
I've followed this issue too : #12
Thanks for your help !
Lucas
Metadata
Metadata
Assignees
Labels
No labels