Skip to content

Enable file picker event in android #2589

Open
@NVenkateshRaj

Description

@NVenkateshRaj

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions