Do we need to write the path of the asset from the asset folder or it saves somewhere else when it generate apk or ipa? Tried with using path from asset but didn't work.
String s="<img src="file:///asset/images/test.png" width="42" height="42" align="right">"
We are using this as a string and passing it in web view but web view is not showing the image.