Studyxnet / FilePicker-Plugin-for-Xamarin-and-Windows

FilePicker Plugin for Xamarin and Windows
MIT License
74 stars 52 forks source link

Picker dialog Not opened for Android in Xamarin.Forms. #57

Closed Talented-Dev934 closed 6 years ago

Talented-Dev934 commented 7 years ago

I implemented the picker dialog in Xamarin.Forms project. When I opened it, it shows shows black screen and got stuck, no errors or warnings. Can you please let me know what happened?

fabri777 commented 7 years ago

I have the same problem as Samuel. Please help

ddelamare commented 7 years ago

Are you using "await"? When I remove that, then I get a black screen. You can try this: FileData filedata = await CrossFilePicker.Current.PickFile();

jfversluis commented 6 years ago

This should now be working in this NuGet: https://www.nuget.org/packages/Xamarin.Plugin.FilePicker/1.4.17-beta

If not, please open a issue on the new repo where development will be continued: https://github.com/jfversluis/FilePicker-Plugin-for-Xamarin-and-Windows/issues