How to get original image with cordova camera plugin

45 Views Asked by At

Previously (before cordova 5.0) there was ability to get original image from gallery by passing DestinationType to be NATIVE_URI. But currently we haven't this possibility. How to get original image with original size, extension, etc?

1

There are 1 best solutions below

0
On

You can use FILE_URI but often it's much easier to simply handle the base64 version (unless you have specific requirements).