Skip to content

Commit

Permalink
Merge pull request #18550 from unoplatform/mergify/bp/release/stable/…
Browse files Browse the repository at this point in the history
…5.4/pr-18536

docs: Update support matrix for file and folder pickers (backport #18536)
  • Loading branch information
jeromelaban authored Oct 24, 2024
2 parents b5e2d67 + 0a346d9 commit 94514d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/articles/features/windows-storage-pickers.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ Legend
* 💬 Partially supported (see below for more details)
* ✖ Not supported

| Picker | UWP | WebAssembly | Android | iOS | macOS | Skia Desktop (Windows) | Skia Desktop (X11) |
|----------------|-------|-------------|---------|--------|-------|----------------------- |-----|
| FileOpenPicker || ✔ (1) ||||||
| FileSavePicker || ✔ (1) || 💬 (2) ||||
| FolderPicker ||||||||
| Picker | Windows App SDK | WebAssembly | Android | iOS | Desktop |
|----------------|-------|-------------|---------|--------|-------|
| FileOpenPicker || ✔ (1) ||||
| FileSavePicker || ✔ (1) || 💬 (2) ||
| FolderPicker ||||||

*(1) - Multiple implementations supported - see WebAssembly section below*\
*(2) - See iOS section below*

On some platforms, you can further customize the file-picking experience by utilizing additional properties:

| Feature | UWP | WebAssembly | Android | iOS | Skia Desktop |
| Feature | Windows App SDK | WebAssembly | Android | iOS | Desktop |
|-------------------------|------|-------------|---------|-------|-----|
| SuggestedFileName ||||||
| SuggestedStartLocation || ✔ (1) | 💬 (4) | ✔ (3) ||
Expand Down

0 comments on commit 94514d8

Please sign in to comment.