I am using ionic 3 android build apk and trying to laod image from file:///storage/emulated/0/data/io.ionic.vdeovalet/cache/image.jpeg
When Ionic is used with Capacitor, we can get the correct path of an image or other resource on a native device by:
import { Capacitor } from '@capacitor/core'; Capacitor.convertFileSrc(filePath);
https://ionicframework.com/docs/core-concepts/webview