Hi Evgene, Thanx for your quick reply . Above link are not providing me any solution for my case . Here is the code for image which works navigator.camera.getPicture(onSuccess, onFail, { quality: 50, destinationType: Camera.DestinationType.DATA_URL }); function onSuccess(imageData) { var image = doc...