I do this on the simulator using Xamarin.Plugin.FilePicker...
var file = await CrossFilePicker.Current.PickFile();
And it shows this...
How do I navigate to images, of which there are some on the simulator?
I do this on the simulator using Xamarin.Plugin.FilePicker...
var file = await CrossFilePicker.Current.PickFile();
And it shows this...
How do I navigate to images, of which there are some on the simulator?