-
Notifications
You must be signed in to change notification settings - Fork 5
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
RFE: ability to select multiple PDFs or other files at once (not using Display.GALLERY_ALL_MULTI and the like) #2
Comments
On IOS, this should be easy to do, since the native document selection UI supports multi-selection via a boolean flag. Still need to look into the Android side of things to see how hard it will be there. |
shannah
added a commit
to codenameone/CodenameOne
that referenced
this issue
Nov 8, 2018
… cn1lib. Still need more work on this. shannah/cn1-filechooser#2
shannah
added a commit
to codenameone/CodenameOne
that referenced
this issue
Nov 8, 2018
shannah
referenced
this issue
Nov 8, 2018
…n't yet in CN1 core. Also, iOS is having trouble (even with single selection) right now in my demo on iOS 4S. Not sure why it is hanging but requires more investigation. TODO Still need to clean up native interfaces for ports other than iOS as I changed the signature of one of the methods and it will fail to build on other platforms until I fix them.
Thank you so much! |
Hi, Is there an ETA on this feature? Also, anything I can do to help? |
hello, I would like that this issue it was solved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Thank you for this library.
I saw your TestMultiGallery gist and really like it. I was wondering, could an implementation be added to enable a multi-select for documents outside of the gallery, like PDFs, in the Filechooser? Even better, could there be implementation to multi-select both media-type files (such as images and videos) as well as PDFs?
Thank you!
The text was updated successfully, but these errors were encountered: