Open
Description
Is there an existing feature request for this?
- I have searched the existing feature request
Operating System
Android
Pain
I am unable to pick files on Android using inappwebview. I have already added all the necessary permissions in the AndroidManifest file. However, when I tap the upload button, it only allows image selection—other file types are not displayed.
I have enabled the following settings as well:
dart
Copy
Edit
allowFileAccess: true,
allowContentAccess: true,
allowFileAccessFromFileURLs: true,
If I am missing something, could you please let me know the correct configuration or keywords required to enable a full file picker that supports all file types?
Suggested solution
Enable File picker to pick all kind of files
Useful resources
No response
Additional information
No response
Self grab
- I'm ready to work on this issue!