-
-
Notifications
You must be signed in to change notification settings - Fork 461
Open
Description
I have searched open and closed issues for this issue.
- I have searched open and closed issues.
I have read and understood the license (link below).
- 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.
- 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,
})) ?? []
Metadata
Metadata
Assignees
Labels
No labels