Skip to content

Conversation

ppmpreetham
Copy link

Warning

THIS PR REQUIRES TESTING ON ANDROID

Now the following code snipped works on Android:

const filePath = await open({
      filters: [
        {
          name: "HTML Files",
          extensions: ["html", "htm"],
        },
      ],
      multiple: false,
      directory: false,
});

Copy link
Contributor

Package Changes Through e7c1d99

There are 2 changes which include dialog with patch, dialog-js with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
api-example 2.0.31 2.0.32
api-example-js 2.0.27 2.0.28
dialog 2.3.1 2.3.2
dialog-js 2.3.1 2.3.2

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@FabianLars
Copy link
Member

I didn't try this PR yet but it looks like now you filter the results after the user selected the files, right?

@FabianLars
Copy link
Member

i did a bit of testing and ended up with this #2871

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants