-
Notifications
You must be signed in to change notification settings - Fork 94
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
Does not display images on android #110
Comments
I solved my problem with this change in config.xml I change: <preference name="android-targetSdkVersion" value="29" /> to: <preference name="android-targetSdkVersion" value="28" /> |
New Google Play Policy Is there a way to fix it? |
Maybe you should create a separate issue for this since this one is closed and can get lost. |
Hello, when I try to select the photos they do not appear on my device. As in the image below:
My code:
My AndroidManifest.xml
The text was updated successfully, but these errors were encountered: