einfall

Results 9 comments of einfall

> I have been using PythonSwiftLink for this if you are interested. you got an example for open gallery with multi file select ?

> I have fixed this and some other related issues on filechooser. where ?

i use this code and only can select one file filechooser.open_file(on_selection=self.gotFiles, multiple=True) on ios 16.1

with UIImagePickerController you can't select multiple file. Maybe PHPickerViewController is the better solution ?

Here is the Test Code: from kivy.app import App from kivy.lang import Builder from plyer import filechooser from kivy.core.window import Window Window.size = (300, 550) KV = ''' Screen: Button:...

i am working on a solution, i can select mutiple Images but after clicking on ADD nothing happend (see Xcode Console Log and Video). Maybe someone can help :-) I...

I added a Bounty 150 $ For multi file selection in plyer/ios like phpicker https://app.bountysource.com/issues/111632557-ios-filechooser-multiple-files-selection-is-not-working