Le mardi 7 février 2017 08:49:08 CET, vous avez écrit :
> Hey Goffi,
> Thanks a lot for your message.
> I have just seen the official Plyer github and it Audio Recording is not
> "checked"for iOS.
> Also, it seems possible to take pictures, but is it possible to make videos
> too?
> And the "Native File Chooser" APIs are not checked for Android or iOS. So,
> I imagine it is not possible to import external video or audio files, right?
> Thanks a lot
In our app, we can record audio (inside the app), or take photo/video (using
google API, external app), use gallery (external app), or file (Kivy file
chooser, but planing to implement more advanced one, there is one in the
garden too), all of this is working well.
If things are not in Plyer, you can use Pyjnius to implement them yourself.
You can check our code on
https://repos.goffi.org/cagou/file/tip/src/cagou/
plugins (plugin_transfer_* files).
Goffi