Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 228595

Can't show images from Android storage

$
0
0

hi,

you can post your camera options object
and what error you get when you debug .

maybe your app don't have permission to go to storage
so add in your config.xml

  <access origin="file:///*"/>

and in your angular config

  $compileProvider.imgSrcSanitizationWhitelist(/^\s*(https?|file):/);

Viewing all articles
Browse latest Browse all 228595

Trending Articles