document-picker icon indicating copy to clipboard operation
document-picker copied to clipboard

On the Redmi 9A, it is not possible to open downloaded content, and it shows “Failed to load.”

Open nowLetsGoto opened this issue 2 weeks ago • 1 comments

I have searched open and closed issues for this issue.

  • [x] I have searched open and closed issues.

I have read and understood the license (link below).

  • [x] I have read and understood the license.

Minimal reproducible example

let res = (await pick({ mode: 'open', type: [types.allFiles], requestLongTermAccess: true, copyTo: 'cachesDirectory', allowVirtualFiles: false, allowMultiSelection: true, })) ?? []

What platform(s) does this occur on?

Android

Did you reproduce on a real device or emulator / simulator?

real device

Steps to reproduce

On the Redmi 9A, it is not possible to open downloaded content, and it shows “Failed to load.”

let res = (await pick({ mode: 'open', type: [types.allFiles], requestLongTermAccess: true, copyTo: 'cachesDirectory', allowVirtualFiles: false, allowMultiSelection: true, })) ?? []

If the issue is related to specific file(s), I have linked the files so that others can reproduce exactly what I see.

  • [x] I have attached files necessary to reproduce the problem (if applicable).

Stacktrace of the crash (if applicable)

let res =
			(await pick({
				mode: 'open',
				type: [types.allFiles],
				requestLongTermAccess: true,
				copyTo: 'cachesDirectory',
				allowVirtualFiles: false,
				allowMultiSelection: true,
			})) ?? []

Your computer environment

let res =
			(await pick({
				mode: 'open',
				type: [types.allFiles],
				requestLongTermAccess: true,
				copyTo: 'cachesDirectory',
				allowVirtualFiles: false,
				allowMultiSelection: true,
			})) ?? []

nowLetsGoto avatar Dec 16 '25 08:12 nowLetsGoto