Filepicker behavior differences between iOS and Android #170
Unanswered
cwiggins999
asked this question in
Q&A
Replies: 2 comments 2 replies
-
I don't think that's possible. At least I don't know of any API that allows this. |
Beta Was this translation helpful? Give feedback.
2 replies
-
The user shouldn't do it, but I think it's possible anytime there is a "select all" option on a file/media selection view. I never underestimate the potential for people to do things that don't make sense :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Filepicker is working well for us on both mobile platforms. But there seem to be some inherent differences in how files are managed between iOS and Android that impact our use. (I'm much more familiar with iOS than Android as far as general feature sets like file management.) Our interest is primarily in allowing media files - audio/video/images - to be chosen for upload.
On iOS Filepicker takes us to a "Files" app view. So I can create a folder and place images there through the files app, then the file picker can see only those files. Specifically, you cannot see the entire camera roll, which is good!
Android seems to open up the all the media on the device for me - at least all that's included in the photo gallery and other media sources - music, videos, etc.
We clearly don't want the user to be able to upload their entire media library. We can restrict to a certain number of files that we upload, but it would be better if there were only a certain set of folders available, so that users would need to copy their desired media files to that location, which would put controls of sorts on it.
I'm probably talking about a bigger issue of how Android manages files - just trying to identify the right questions and path forward.
Thanks!
Chuck Wiggins
Beta Was this translation helpful? Give feedback.
All reactions