Page 1 of 1

Possible bug: Get Photo From Library - URI returned undefined in second instance

Posted: Wed May 04, 2016 5:50 am
by Andy Parker

Hi,

I have 2 pages where I use the camera service to get photos from the library.

The first implementation works as expected, returning both base64 and imageURI data that is used to upload the image to the DB.

The second implementation, which is setup in the same way does not return an imageURI, it comes back as undefined, but the base64 data is correct.

Can you help please?
Am I doing something wrong? The settings shown below are the same for both implementations. If I change the destination type to FileURI, I get the URI but dont get the base64....I need both for the upload.

Image