Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't see any photos or videos on the file explorer #39

Open
LucasBourgeois opened this issue Sep 14, 2021 · 2 comments
Open

Can't see any photos or videos on the file explorer #39

LucasBourgeois opened this issue Sep 14, 2021 · 2 comments

Comments

@LucasBourgeois
Copy link

LucasBourgeois commented Sep 14, 2021

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

@spinybeast
Copy link

spinybeast commented Nov 25, 2021

Have same problem. I see files but can't choose one. It's all disabled.
Any updates here??
iOS 15

@spinybeast
Copy link

spinybeast commented Dec 3, 2021

well, on iOS video/* not working
I passed video/mp4, video/quickTime and it works now
Hope this help someone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants