-
Notifications
You must be signed in to change notification settings - Fork 757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS] FileOpenPicker, FolderPicker, StorageFile & StorageFolder operations #5485
[iOS] FileOpenPicker, FolderPicker, StorageFile & StorageFolder operations #5485
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just making sure these changes were intended
src/Uno.UWP/Storage/Internal/NSFileCoordinatorExtensions.iOSmacOS.cs
Outdated
Show resolved
Hide resolved
src/Uno.UWP/Storage/Internal/NSFileCoordinatorExtensions.iOSmacOS.cs
Outdated
Show resolved
Hide resolved
@@ -71,6 +71,11 @@ public static class FileTypes | |||
/// Allows definition of custom file type MIME mappings. | |||
/// </summary> | |||
public static Dictionary<string, string> FileTypeToMimeMapping { get; } = new Dictionary<string, string>(); | |||
|
|||
/// <summary> | |||
/// Allows definition of custom file type UTType mappings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing docs article ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will be part of the docs I am writing for pickers, not yet complete
fc68339
to
c09312b
Compare
# Conflicts: # src/Uno.UWP/Storage/StorageFolder.Local.cs
e99a61e
to
acaa7b6
Compare
GitHub Issue (If applicable): closes #4027, closes #5226, closes #3890, closes #5228, closes #5231
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Not supported
What is the new behavior?
Supported
PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.