-
### Description
When using FilePicker on Android you are unable to select *.msg files even after passing in the correct content type as a filter.
### Steps to Reproduce
1. Add a FilePicker to your …
-
FilePicker didn't work on iOS PWA but it's working on both desktop and Android.
The FilePicker only works if running with Flet app from AppStore and running "flet run --ios"
Can you make it work w…
-
-
### Description
I am building a desktop app in .NET Maui which targets Windows and MacOS. When using the built-in FilePicker on Mac (Catalyst) I get the following error:
{System.PlatformNotSupport…
-
Before creating an issue, make sure that you are on the latest `file_picker` version and that there aren't already any similar opened inssues. Also, check if it isn't described on the [Wiki](https://g…
-
I have crash when got images from gallery
FilePickerBuilder.instance
.setMaxCount(5)
.setActivityTheme(R.style.LibAppTheme)
.pickPhoto(fragment, GALLERY_MULTI…
-
This only happen on Samsung mobile running android 8.
Fatal Exception: kotlin.TypeCastException: null cannot be cast to non-null type droidninja.filepicker.fragments.DocFragment
at droidn…
-
### Description
I am attempting to use FilePicker to select a JSON file. I have tried all kinds of different custom FilePickerFileTypes but cannot get the FilePicker to filter the files - all fi…
-
Get this occasionally
com.jaiselrahman.filepicker.activity.FilePickerActivity.onRequestPermissionsResult (FilePickerActivity.java:151)
android.app.Activity.requestPermissions (Activity.java:4392…
-
### Description
This bug was there in Xamarin and I had to write a huge workaround due to synchronous file copy operation, which requires manually copy all FileSystemUtils methods to my own app. Basi…