Android Question Webview does not show graphics

John Woodsmall

Active Member
Licensed User
Longtime User
using webview:

WebView1
.LoadHtml(Job.Getstring)
the html page is returned without the graphics?

This is a normal html page.

I tried the other options.
 
Top