I am attempting to initialize a FileDialog (either SaveFileDialog or OpenFileDialog) and call the fileDialog.ShowDialog method within a custom control's property setter. When I try to change the ...
When trying to make an extension and debug it from VS for Mac to open a file dialog box to choose an image or svg file and then populate that file in the Xamarin.IOS, Xamarin.Mac, and Xamarin.Android ...