[Gambas-user] WebView - How to show images?
Martin Belmonte
mbelmonte at belmotek.net
Fri Feb 11 10:57:15 CET 2022
Hi,
I set the content [1] for a WebView but this don't show the images but a
void frame.
The same content
[1]
<html>
<head>
</head>
<body style="color:#D3DAE3; background-color:#383C4A; word-wrap:
break-word; -webkit-nbsp-mode: space; -webkit-line-break:
after-white-space;">
<p>Parrafo 1.</p>
<img width="400" alt ="123-00.png"
src="/home/test/myproject/images/123-00.png"></img>
<p>Parrafo 2.</p>
</body>
</html>
here you can check the gambas form and firefox browser at the same html
code.
https://imgur.com/Us3kCbz
Regards.
More information about the User
mailing list