-
Notifications
You must be signed in to change notification settings - Fork 704
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
Add support for picking a directory #23
Comments
Android implementation |
This was actually wip to the current deployed version In iOS we usually either use the share capabilities to save/send some data or we use the app's data container to keep it. If we want to retrieve some directory it is possible but I believe that a concrete file pick is always required. I was trying to avoid platform-specific features with this plugin and it's been already a tough task to fulfill because they differ fairly in the way they handle file picking. Nevertheless, I'm up to suggestions. |
When I select a directory via |
@rockgecko-development you are saying that you are able to select a folder when multi picking files? |
@miguelpruivo yes. |
Thank you @rockgecko-development. Definitely I wasn’t expecting folders of being able to be picked in iOS so that’s probably the issue. I’ll certainly look forward this in a future update. |
Moved to #99. |
Usage scenario: To export data from an app user must be able to select an output directory where to save the file. Tip for iOS implementation: see UIDocumentPickerMode.ExportToService
The text was updated successfully, but these errors were encountered: