문제

I'm using their normal open file program to open the file browser.

I'm using

<LoadDialog>:
size: '300dp', '300dp'
title: filechooser.path
choosen_file: None
BoxLayout:

    pos: root.pos
    orientation: "vertical"
    FileChooserIconView:
        id: filechooser
        path: os.path.expanduser('/var/mobile/Media/PhotoData/Sync/')

I'm trying to access the photo library of iOS.

도움이 되었습니까?

해결책

I don't think it's possible with Kivy alone yet. But you can try to access Camera to take pictures, at least I think camera is accessible on iOS.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top