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

fix(android): allow single input file selection from samsumg gallery #6778

Merged
merged 2 commits into from
Jul 28, 2023

Conversation

jcesarmobile
Copy link
Member

WebChromeClient.FileChooserParams.parseResult doesn't work fine when other gallery apps are used for the input file with multiple attribute if the user only picks a single image, so always handle the file picking ourselves if resultIntent.getClipData() != null, no matter how many elements it contains.

closes #6758

@dallastjames dallastjames added the type: bug A confirmed bug report label Jul 28, 2023
@jcesarmobile jcesarmobile merged commit 3d57ecd into main Jul 28, 2023
@jcesarmobile jcesarmobile deleted the inputfile-fix branch July 28, 2023 23:29
@ankitgoel25
Copy link

@markemer @IT-MikeS Can we please have a patch fix for this issue for 4.x version?

@sahilrajput03
Copy link

@ankitgoel25 This is released in 5.2.3 already.

@ionic-team ionic-team locked as resolved and limited conversation to collaborators Aug 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug A confirmed bug report
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Selecting single image from samsung gallery does not work with a multiple input field
6 participants