I have a webview that loads HTML files from asset folder. My app downloads certain images and stores them in the app's internal storage (/data/data/package name/downloads/images/)
I want the HTML files IMG src to reference these images in internal storage.
I tried setting it to src="/data/data/package name/downloads/images/img1.png" and it doesn't work.
What is the correct way to reference it?