Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Filechooser that picks all document types (UIDocumentPickerViewController) #673

Closed
CMengich opened this issue Apr 3, 2022 · 1 comment

Comments

@CMengich
Copy link

CMengich commented Apr 3, 2022

I am trying to implement the filechooser for iOS, however, the one provided here: https://github.com/kivy/plyer/blob/master/plyer/platforms/ios/filechooser.py, only provides access to Photos and Videos.

iOS provides the UIDocumentPickerViewController, that provides access to all documents/destinations outside an app's sandbox. As there are plenty of use cases for accessing documents, outside photos & videos, for many apps, can anyone advise on how to modify the filechooser to use the ViewController mentioned?

@ishaanarora25
Copy link

Hey, did you end up figuring out how to do this? Currently trying to design an app on Kivy that takes in certain types of data files with pixel data and converts them into saveable images. I need this to work on iOS but for that I would need access to the UIDocumentPickerViewController through Python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants