.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,904 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using FilePicker in a .net maui app.
It works on Android. I can select a file from "storage" directory.
In iOS I can only see the "file" directory (like the "File" app), but I can't select a photo (like photo in "Photo" app).
How can I select a photo on iOS using filepicker?
I was able to read photo using MediaPicker, thanks