-
Notifications
You must be signed in to change notification settings - Fork 331
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
Android 10 Feb. update not reading images #188
Comments
Did you find any solution on this? |
No, decided to switch back to the camera plugin which only allows selecting one image at a time but it works. Still use this for iOS though until a fix for Android is available. |
Looks like this happens to other plugins too. This way I solved it for now ... |
@deliverymanager thanks for the heads up. I didn't even think about trying that. Reason being is this plugin seemed to be working with Android 10 pre-February patch update. I'll give this a shot. |
This is happening with me also. |
Add the following in config under android platform:
and use target sdk 29. Then build. Ensure that the build-tools need to be version >=30. If using 30.0.0-rc-2, the app will not build. |
I tried gaurav's suggestions, but i kept getting build errors. Later, i'll try to do rearrange the code and fit in this repo itself, and based on the platform version it can chose which way to use to access images. |
For Android 10 to support target sdk 29
@gaurav-chandra I tried your solution, but it does not work in some devices. |
See #220 about this issue to be fixed, with out any work arounds. |
I install version 2.3.3 in order to resolve #216 ,but if I add |
When trying to select a photo from the image picker getPictures error function returns "The image file could not be opened." Tested on device and emulator. Same result with a file_uri or base64.
Plugin works correctly on Android 9.
The text was updated successfully, but these errors were encountered: