Open Photo Library

how to open photo library all photo album with InterApp.launchUri in ios

function goto_photo(){
InterApp.launchUri(“photos//”);
}

I am not aware of a way to just “open photo library” with InterApp without further intentions to pick a picture or something along those lines. If you want that, you will likely need to write a custom Uno module that does it.

However, we do have CameraRoll which allows you to open the image gallery and pick images from it, then return to the app with a file handle. Could this be what you’re looking for?