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

Update file chooser plugin to be more consistent across platforms: #1

Merged
merged 2 commits into from
Nov 16, 2021

Conversation

alekop
Copy link

@alekop alekop commented Nov 15, 2021

  • When canceled, both versions reject with "RESULT_CANCELED". The docs say the plugin resolves with undefined, but that's a bigger change.
  • iOS now returns an array of files, like Android.
  • The getFile method has been renamed to getFiles to reflect the fact that the plugin returns multiple files.
  • Updated README.
  • Bumped major version due to breaking API changes.

apetkov-so and others added 2 commits November 15, 2021 14:28
- When canceled, both versions reject with "RESULT_CANCELED". The docs say the plugin resolves with undefined, but that's a bigger change.
- iOS now returns an array of files, like Android.
- The getFile method has been renamed to getFiles to reflect the fact that the plugin returns multiple files.
- Updated README.
- Bumped major version due to breaking API changes.
@harshzalavadiya harshzalavadiya merged commit 9883258 into hc-oss:master Nov 16, 2021
@harshzalavadiya
Copy link
Member

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

Successfully merging this pull request may close these issues.

3 participants