Skip to content

Commit

Permalink
Merge pull request #18536 from unoplatform/dev/mazi/pickers-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund authored Oct 22, 2024
2 parents 5d1d7c4 + 3eaad25 commit 8cc1f51
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 8cc1f51

Please sign in to comment.