content view display a html page perfectly but uses the "alternate text" - is it possible to provide a local file path in html so png image is displayed?
this doesn't seem to do it...
<img style="width: 99px; height: 95px;" alt="YES" src=" /storage/emulated/0/documents/automate/yes.png">
or
<img style="width: 99px; height: 95px;" alt="YES" src="//com.android.externalstorage.documents/document/primary/Documents/automate/yes.png">
suggestions?
thanks