B4J Question Use local image in webview

omidaghakhani1368

Well-Known Member
Licensed User
Longtime User
Hi.
If you use html in webview and html have image that should be load from asset
just change image path to File.GetUri(File.DirAssets,filename) and
You see load image in webview
I hope that it is helpful.
 
Top