You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for such a nice package! I have encountered a bug. As mentioned above, I am trying to pick multiple files on iOS 15 (on a real device). On iOS 17, it works fine (both on a real device and a simulator), but on iOS 15, it seems like the OS is ignoring this property and I can only pick a single file.
It returns an array with only one element. In the UI, I can't see any checkboxes, and after I click on a file, it closes.
I am using 9.3.0 version of package. I am talking only about public version of document-picker.
The text was updated successfully, but these errors were encountered:
Thank you for such a nice package! I have encountered a bug. As mentioned above, I am trying to pick multiple files on iOS 15 (on a real device). On iOS 17, it works fine (both on a real device and a simulator), but on iOS 15, it seems like the OS is ignoring this property and I can only pick a single file.
My code:
It returns an array with only one element. In the UI, I can't see any checkboxes, and after I click on a file, it closes.
I am using 9.3.0 version of package. I am talking only about public version of document-picker.
The text was updated successfully, but these errors were encountered: