@Nikhil_dhar123 wrote:
Please check the below code...
this.camera.getPicture(options).then((imagePath) => { this.presentToast(imagePath); if (this.platform.is('android') && sourceType === this.camera.PictureSourceType.PHOTOLIBRARY) { this.filePath.resolveNativePath(imagePath) .then(filePath => { }); }in presentToast its printing the file path....
/storage/sdcard/img_2010_2104.jpgbut error giving
runtime error uncaught in promise:[object object]
Posts: 1
Participants: 1