0
votes

I'm trying to make a simple image gallery app with Ionic. I don't want to get them from the internet or from the camera. I want to get the images from my device and show them. And in something like a grid with two images per row.

I tried to do that with Ionic Photo Library but it didnt't work. It only showed that broke image icon.

Can someone help me please?

Update 11/26/2018

I tried to use Ionic Photo Library like it's described at GitHub again and I noticed that I'm getting the informations about the images. The problem is to show those images at the View. I do exactly as it is showed there but I get this error in console:

GET "path_of_image" net::ERR_UNKNOWN_URL_SCHEME
1

1 Answers