I'm using Xamarin.Dialog.Plugin.FilePicker
to pick a text file, and it works for me, but when I want to save a text file using CrossFilePicker.Current.SaveFile(fileData)
, a file destination picker is not openning.
Any sugestion to save a file on a destination from my choose using Xamarin Forms?