-
Notifications
You must be signed in to change notification settings - Fork 37
The Image Gallery is not showing any images on Android 10 (API 29) #102
Comments
@nafre Have you tried to add
|
I just tried the method above and it worked. Thanks. |
Hi, I had problems doing this procedure. The images are displayed, but when I try to record a video this error appears.
if remove |
I'm having the same problem as @hugops. Has anyone figured out a workaround? |
I fork the android project https://github.com/hugops/MultiType-FilePicker, and fixed the bugs. After i generate the aar lib and replace the file in node-modules path (node_modules/nativescript-mediafilepicker/platforms/android/MultiTypeFilePicker-release.aar) to work in my project |
But in android 11 sdk 30 not works |
Android 11 SDK 30 still does not list files in Documents or Downloads folder. Name: pixel_5_api_30 |
I have the same error with SDK 30 |
Describe the bug
On Android 10 (API 29), I ran the demo from this repo and the results for the ImagePicker is as shown in the picture below. I have provided the app with all the permissions needed.
As you can see, the images are not showing up.
To Reproduce
Steps to reproduce the behavior:
Try running this plugin on Samsung 10 or API level 29
Expected behavior
The application should work as it should by showing the gallery and the camera as well.
NativeScript Info(please run
tns info
):Sample Code(please provide minimum code to reproduce problem):
The code is from the demo which can be found in this repository.
The text was updated successfully, but these errors were encountered: