For my android app I want to load a html file to webview like this
webview.loadDataWithBaseURL("file:///android_asset/", text ,mimeType, encoding, " ");
I am use this Data display webview nice but My Images not display in webview.
Question : Why my html images not display in webview?
This is screen shoot for webview Image not display Any one Have Idea tell me how to solve this.
EDIT: Here my Html data is Dynamic not static.And my images also not come in compile time come runtime only.
webview.loadDataWithBaseURL("file:///android_asset/", text ,mimeType, encoding, " ");heretextis html String