Open ShahriatHossain opened 7 years ago
And also I have found TakeMediaAsync on ios implementation calling more than one time, not sure what could be the reason.
On iOS I also got that error. System.Exception: Error getting value from 'DataArray' on 'Plugin.FilePicker.Abstractions.FileData'.
this has been answered here.
Hi, I have updated my dll today and it seems for ios I am getting e.FilePath argument null on ios Implementation file at line number 141 and code snipped below:
tcs?.SetResult (new FileData (e.FilePath, e.FileName, () => File.OpenRead (e.FilePath)));
can anybody let me know how can I fix this issue?