import the following
import { normalizeURL } from ‘ionic-angular’;
and then
let workingimagepath = normalizeURL(imageData);
Use FILE_URI
This should work to preview.
import the following
import { normalizeURL } from ‘ionic-angular’;
and then
let workingimagepath = normalizeURL(imageData);
Use FILE_URI
This should work to preview.