Not allowed to load local resource: ionic 3 android

Muneeb Khan picture Muneeb Khan · Aug 28, 2018 · Viewed 13.6k times · Source

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

Answer

kunal shaktawat picture kunal shaktawat · May 1, 2019

No Need To Downgrade just write this code.

private win: any = window;
    this.win.Ionic.WebView.convertFileSrc(path);