Reading image file into Image()

Hello,

I try to select image from camera roll and use it as .src to Image() instance but unfortunately it doesn’t read the file and Image().onerror triggers.

With cordova-plugin-ionic-webview 1.2.x, I could read file with normalizeUrl() function but couldn’t read it on Android. So I updated to cordova-plugin-ionic-webview 4.1.1 and now couldn’t read it on IOS (tried to use window.Ionic.WebView.convertFileSrc() too, it turns ionic:/// link and error occurs again)

How can I achive this?