Using PhoneGap(Cordova), Am trying to get base64 image data of the photo chosen from the photo library.
I could do that.. when the photo is captured from camera, Wi
Its the good way to get image in base64 but when is show base64 string returned by this function. It display me a white image. My code is as follows
var smallImage = document.getElementById('smallImage'); smallImage.src = encodeImageUri(imageURI);