Ionic android image path from gallery

563 Views Asked by At

I am new in Ionic, I'm trying to get the proper image path using camera plugin. I have also attached the image. Please let me know how I can get the image from the following path on my deviceenter image description here

1

There are 1 best solutions below

0
On
.config( function( $compileProvider )
  { 
  $compileProvider.imgSrcSanitizationWhitelist(/^\s*(https?|file|content|local|blob|cdvfile):|data:image\//);
  }
)

add your project