When I choose a file from File Manager Option and picking any file getting res like
{ type: null, uri: 'filepath' }
Device : Xiaomi Redmi Note 3,
Android Version: 6.0.1
MIUI Version: 10.2.1.0
But when I tested this in other Xiaomi Device, I got complete response ( type, uri, size and name )
Device: Xiaomi Redmi Note 6 Pro,
Android Version: 9,
MIUI Version: 11.0.6
Hello, colleagues. I have the same issue on Xiaomi Redmi 3S, Android 6.0.1
Picked file result is completely the same:
{ type: null, uri: 'path to file' }
I also had a chance to test on Samsung Galaxy J2, Android 6.0.1 and Xiaomi Redmi Note 4, Android 7.0
But on this devices everything works as expected
I had a same problem on Samsung Galaxy9, Android 8.0.0.
How can we get the full return callbacks (name, type, size)?
It is important for our project and let me know soon if you fixed it.
Please help me anyone!!!
I had a same problem on Samsung Galaxy9, Android 8.0.0.
How can we get the full return callbacks (name, type, size)?
It is important for our project and let me know soon if you fixed it.Please help me anyone!!!
I guess that issue from device file manager or from android version / kernel version not from library, because in most of device it returns all data , if you're trying to get image, video only then pick it up from gallery direct instead of opening File Manager use ImagePicker
Most helpful comment
Hello, colleagues. I have the same issue on Xiaomi Redmi 3S, Android 6.0.1
Picked file result is completely the same:
{ type: null, uri: 'path to file' }