MartyIX

Results 209 comments of MartyIX

To add more details to the excelent writeup https://github.com/dotnet/maui/issues/9212#issuecomment-1826125726: * Regarding the **Mac Catalyst** platform, there is https://developer.apple.com/documentation/uikit/uidocumentpickerviewcontroller/directoryurl#Discussion and unfortunately `directoryURL` has no effect on Mac Catalyst. Not sure why...

There is also https://github.com/microsoft/WindowsAppSDK/pull/4942 (https://github.com/microsoft/WindowsAppSDK/pull/4942#discussion_r1917585940) which seems that one day there will be a picker with the feature provided out of the box.

Quick update for Windows: * https://github.com/microsoft/WindowsAppSDK/pull/5155 * https://github.com/microsoft/WindowsAppSDK/pull/5547 (my understanding is that 1.8-exp3 should contain this feature)

`Microsoft.Maui.Essentials.Sample.exe` reports in the File System section: ![image](https://github.com/dotnet/maui/assets/203266/61d338bb-59a3-434f-bbf4-9237ec9cf337) and the folders are there.

Could anyone run tests for this PR just to know if they pass or not?

> Are you able to add a UI test? I added 280f81c0dba7abd03b5c33cfade29ca051eb3ff3 as the first commit so that one can easily check that the test fails without the new "workaround"....

So I can see that a screenshot must be added. Not sure if some other test genuinely failed.