Device pictures

Hi!

I’m new to fuse and loving it! I was wondering how would you go about accessing the device album/photos/pictures?

I know there’s an existing example on how to take a picture with the camera and access the file but what about the already existing pictures in the device? Something link <input type="file />.

Is there any existing UX/FuseJS I failed to see? Do you need to go Uno for something like this?

If not possible trhough UX/JS/Uno then would it be possible to use a WebView with an and then access the file from UX/FuseJS???

Thank you!!

Hi!

We do not provide an API from UX/JS for this feature yet. But you can implement this feature in Uno and expose it to UX :slight_smile: Have a look at Foreign code to see how to interop with native APIs